Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
40
function
createDrizzleDatabase(sqlite: SqliteDatabase) {
41
return
drizzle(sqlite, { schema });
42
}
Callers
1
openDatabase
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected