I have a .dump file that contains about 159k of queries to create a database. I'm new to sqlite3 and using "DB browser for SQLite". How can I make my database using the dump file? I didn't find any options in the application... I did a dummy thing but it didn't work correctly: I just copied all the queries and executed them in the application. But only one of the TABLES appears in the db
Asked
Active
Viewed 567 times
1
-
Instead of starting with 159,000 queries, start with half a dozen and see if that works. – ravenspoint Sep 27 '18 at 18:07
-
@ravenspoint i dont know how to make my db from dump file... independent from the number of queries – Mohammad Shahriari Sep 28 '18 at 08:16
-
Start with basics. Create one table and insert one row. – ravenspoint Sep 28 '18 at 13:36