sqlite

Work with a database:

1sqlite3 "$FILE".sqlite3

Compress the database:

1pragma vacuum;

Optimize the database:

1pragma optimize;