Insert data
Performs an INSERT into the table.
await supabase
.from('cities')
.insert({'name': 'The Shire', 'country_id': 554});
Performs an INSERT into the table.
await supabase
.from('cities')
.insert({'name': 'The Shire', 'country_id': 554});
Need some help?
Contact supportLastest product updates?
See ChangelogSomething's not right?
Check system status