MCPcopy Create free account
hub / github.com/anomalyco/opencode / sqliteLayer

Function sqliteLayer

packages/core/src/database/sqlite.node.ts:164–164  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

162 )
163
164const sqliteLayer = (config: Config) => Layer.effect(Client.SqlClient, make(config))
165
166const drizzleLayer = Layer.effect(
167 Sqlite.Drizzle,

Callers 1

layerFunction · 0.70

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected