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});
Not to worry, our specialist engineers are here to help. Submit a support ticket through the Dashboard.