Insert data
Perform an INSERT into the table or view.
await supabase
.from('cities')
.insert({'name': 'The Shire', 'country_id': 554});
Perform an INSERT into the table or view.
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