Some notes on performance tuning SQLite: Inserting 130M SQLite Rows per Minute.
Tag Archives: sqlite
SQLite is not a toy database
A run down on SQLite features: SQLite is not a toy database.
SQLite integrity check
To process an integrity check on an SQLite database:
$ sqlite3 database.sqlite 'pragma integrity_check'