MCPcopy 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
34function makeDrizzle(settings: DatabaseSettings) {
35 return drizzle({ client: new Client({ url: settings.url }), schema })
36}
37
38export type Drizzle = ReturnType<typeof makeDrizzle>
39

Callers

nothing calls this directly

Calls 1

drizzleFunction · 0.85

Tested by

no test coverage detected