Add configurable automatic database backup scheduling

This commit is contained in:
Dotta
2026-03-04 18:03:23 -06:00
parent f6a09bcbea
commit c145074daf
17 changed files with 722 additions and 351 deletions

View File

@@ -10,4 +10,10 @@ export {
type MigrationBootstrapResult,
type Db,
} from "./client.js";
export {
runDatabaseBackup,
formatDatabaseBackupResult,
type RunDatabaseBackupOptions,
type RunDatabaseBackupResult,
} from "./backup-lib.js";
export * from "./schema/index.js";