Skip to content

Export and upload data from local SQLite database to Supabase database

Hieu Vu edited this page Apr 7, 2023 · 4 revisions

If you already have some data in your SQLite database and want to move them to Supabase database, you can export them in the format of CSV file and upload them to Supabase database

Clone this wiki locally