Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ makeDrizzle
Function
makeDrizzle
packages/stats/core/src/database.ts:34–36 ·
view source on GitHub ↗
(settings: DatabaseSettings)
Source
from the content-addressed store, hash-verified
32
}
33
34
function
makeDrizzle(settings: DatabaseSettings) {
35
return
drizzle({ client:
new
Client({ url: settings.url }), schema })
36
}
37
38
export
type
Drizzle = ReturnType<typeof makeDrizzle>
39
Callers
nothing calls this directly
Calls
1
drizzle
Function · 0.85
Tested by
no test coverage detected