@dump
COMMAND: @dump/flatfile
Performs a WAL checkpoint of the SQLite database, ensuring all recent changes are flushed to the main database file. Checkpoint dumps are automatically performed periodically, so there is usually no need to use this command.
The /flatfile switch exports a portable flatfile of the database, useful for moving to another host or for archival purposes.
Related Topics: @admin, @disable, @enable, @list, @shutdown.