This commit is contained in:
2026-03-05 05:24:02 +01:00
parent 077a15ed71
commit 59e72942b8
10 changed files with 35 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env bun
#!/usr/bin/env node
import type { BUN_SQLITE_DatabaseSchemaType } from "../../types";
declare class SQLiteSchemaManager {
private db;
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env bun
#!/usr/bin/env node
import { Database } from "bun:sqlite";
import _ from "lodash";
import DbClient from ".";