Add Backup and Restore

This commit is contained in:
2026-03-02 14:51:19 +01:00
parent 634be9b01d
commit ec27ff9c04
37 changed files with 505 additions and 8 deletions
+1
View File
@@ -997,6 +997,7 @@ export type BunSQLiteConfig = {
* The Directory for backups
*/
db_backup_dir: string;
max_backups?: number;
/**
* The Root Directory for the DB file and schema
*/