Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ basic.ts
File
basic.ts
packages/effect-drizzle-sqlite/examples/basic.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ SqliteClient } from
"@effect/sql-sqlite-bun"
2
import
{ eq } from
"drizzle-orm"
3
import
{ integer, sqliteTable, text } from
"drizzle-orm/sqlite-core"
4
import
* as Context from
"effect/Context"
Callers
nothing calls this directly
Calls
8
migrate
Method · 0.80
rename
Method · 0.80
create
Method · 0.65
list
Method · 0.65
integer
Function · 0.50
text
Function · 0.50
layer
Method · 0.45
log
Method · 0.45
Tested by
no test coverage detected