First Commit. Based off bun-sqlite
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
export declare const AppData: {
|
||||
readonly ConfigFileName: "bun-sqlite.config.ts";
|
||||
readonly MaxBackups: 10;
|
||||
readonly DefaultBackupDirName: ".backups";
|
||||
readonly DbSchemaManagerTableName: "__db_schema_manager__";
|
||||
};
|
||||
Reference in New Issue
Block a user