Skip to main content

insert

Insert one or more rows into a table.

Parameters

NameDescriptionTypeDefault
table (required)Name of the table to insert into.strNone
values (required)Dictionary of column-value pairs for a single row, or list of dictionaries for multiple rows. Union[dict, List[dict]]: The inserted row if values is a dict, or a list of all inserted rows if values is a list.AnyNone