mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-09-01 15:36:30 -04:00

Easily backup/restore a live DB via the sqlite3_backup_init() API - https://www.sqlite.org/backup.html - https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupinit Use the reference implementation from the documentation