I’m gonna have a play with SQLiteStudio.
SQLiteStudio
Reply
I’m gonna have a play with SQLiteStudio.
Some notes on performance tuning SQLite: Inserting 130M SQLite Rows per Minute.
A run down on SQLite features: SQLite is not a toy database.
To process an integrity check on an SQLite database:
$ sqlite3 database.sqlite 'pragma integrity_check'