Skip to main content

Module vacuum_tool

Module vacuum_tool 

Source
Expand description

The vacuum tool: runs SQLite’s VACUUM command to reclaim unused space and defragment the database file.

Structs§

VacuumInput
The input parameters for the vacuum tool.
VacuumOutput
The result of running the VACUUM command.
VacuumTool
Reclaim unused space and defragment the database file by running SQLite’s VACUUM command. This rebuilds the entire database into a compact, contiguous file. The operation may take a while on large databases.

Enums§

VacuumError
Errors specific to the vacuum tool.