Expand description
The backup tool: creates a full backup of the database to a file path
using rusqlite’s online backup API.
Structs§
- Backup
Input - The input parameters for the
backuptool. - Backup
Output - The result of a successful database backup.
- Backup
Tool - Back up the entire database to a file. Creates a consistent snapshot of all tables, indexes, triggers, and views at the destination path. The backup runs incrementally in pages so it does not block other operations for long.
Enums§
- Backup
Error - Errors specific to the
backuptool.