Type: lib.supabase.Insert
Namespace: lib.supabase
Description
Insert record(s) into a Supabase table. supabase, database, insert, add, record
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| table_name | str |
Table to insert into | `` |
| records | union[list[dict[str, any]], dict[str, any]] |
One or multiple rows to insert | [] |
| return_rows | bool |
Return inserted rows (uses select(‘*’)) | true |
Outputs
| Output | Type | Description |
|---|---|---|
| output | any |
Related Nodes
Browse other nodes in the lib.supabase namespace.