sqlite

Work with a database:

1sqlite3 "$FILE".sqlite3

Compress the database:

pragma vacuum;

Optimize the database:

pragma optimize;