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