Showing posts with label SQLite. Show all posts
Showing posts with label SQLite. Show all posts

Monday, 10 September 2012

Get Schema from SQLite DB

In SQLite, schemas are stored in the table SQLITE_MASTER. You can easily retrieve it with a command like:
echo ".schema" | sqlite3 ~/.liferea_1.4/liferea.db >> liferea.sql

Possibly Related Posts