Dumping SQLite Database
The command to dump a sqlite database from a .db file in terminal
$ sqlite3 database.db .dump > filename.sql
If you are in Ubuntu, you can install the gui for sqlite: sqlite-browser
Posted by
mahitiAdmin
on
2010-01-22 19:04


