Is there any tool or script available?
If you want to inset the data manually(fully graphical) do the following: Go to the DDMS perspective. File explorer (tab-menu) Locate your db (/data/data/com.
In the INSERT statement above, SQLite computes the values for all three columns. The RETURNING clause causes SQLite to report the chosen values back to the application. This saves the application from having to issue a separate query to figure out exactly what values were inserted.
I think what you're looking for is:
sqlite x.db .dump > output.sql
This will dump the SQL to regenerate a database
DB Browser for SQLite supports SQL generation.
File
Export
Database to SQL file...
OK
I hope it'll help the others :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With