Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
const
sqliteLayer = (config: Config) => Layer.effect(Client.SqlClient, make(config))
165
166
const
drizzleLayer = Layer.effect(
167
Sqlite.Drizzle,
Callers
1
layer
Function · 0.70
Calls
1
make
Function · 0.70
Tested by
no test coverage detected