Less used but still useful database tasks are grouped in this menu.
All actions introduced here requires deep understanding of the Sqlite internals – study its documentation, please.
Raise a dialog to compute the database statistics. You can drop, compute statistics for the whole schema, or just select objects.
Raise a dialog to handle free space in the database file.
You can join another Sqlite database file into this session. See full Attach Database documentation.
You can load extensions to sqlite. This function is not fully documented yet.