Expand description
The vacuum tool: runs SQLite’s VACUUM command to reclaim unused space and
defragment the database file.
Structs§
- Vacuum
Input - The input parameters for the
vacuumtool. - Vacuum
Output - The result of running the VACUUM command.
- Vacuum
Tool - 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§
- Vacuum
Error - Errors specific to the
vacuumtool.