jjaimealeman
04/04/2022, 2:35 AMdata.db
from my local instance into data.sql
.
I wish to import that file into Supabase but not sure how to?! 😖
I ran
> sqlite3 data.db
SQLite version 3.38.2 2022-03-26 13:51:10
Enter ".help" for usage hints.
sqlite> .output data.sql
sqlite> .dump
sqlite> .exit
then
> sqlite3 data.db`
sqlite> .output data_structure.sql
sqlite> .schema
sqlite> .quit
I now have data.sql
with all data and data_structure.sql
😉
Just don't know where to go from there. Been Googling for a while and most solutions seem to point to Rails and Gems 😕Needle
04/04/2022, 2:35 AM/title
command!
We have solved your problem?
Click the button below to archive it.sylar815
04/04/2022, 4:30 AMNeedle
04/04/2022, 4:30 AMsilentworks
04/04/2022, 11:06 AM