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

Function sqliteLayer

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

Source from the content-addressed store, hash-verified

167 )
168
169const sqliteLayer = (config: Config) => Layer.effect(Client.SqlClient, make(config))
170
171const drizzleLayer = Layer.effect(
172 Sqlite.Drizzle,

Callers 2

layerFunction · 0.70
layerFromPathFunction · 0.70

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected