MCPcopy Index your code
hub / github.com/Waishnav/devspace / createDrizzleDatabase

Function createDrizzleDatabase

src/db/client.ts:40–42  ·  view source on GitHub ↗
(sqlite: SqliteDatabase)

Source from the content-addressed store, hash-verified

38}
39
40function createDrizzleDatabase(sqlite: SqliteDatabase) {
41 return drizzle(sqlite, { schema });
42}

Callers 1

openDatabaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected