MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / openDb

Function openDb

apps/local/src/db/legacy-bigint-boot.test.ts:40–45  ·  view source on GitHub ↗
(dbPath: string)

Source from the content-addressed store, hash-verified

38});
39
40const openDb = (dbPath: string) =>
41 createSqliteFumaDb({
42 tables: collectTables(),
43 namespace: "executor_local",
44 path: dbPath,
45 });
46
47/** Write the row a pre-`bigint` build left behind: `expires_at` as a bare
48 * integer literal, which SQLite keeps in the INTEGER storage class. */

Callers 2

seedLegacyConnectionFunction · 0.85

Calls 2

createSqliteFumaDbFunction · 0.90
collectTablesFunction · 0.85

Tested by

no test coverage detected