MCPcopy 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

1import { SqliteClient } from "@effect/sql-sqlite-bun"
2import { eq } from "drizzle-orm"
3import { integer, sqliteTable, text } from "drizzle-orm/sqlite-core"
4import * as Context from "effect/Context"

Callers

nothing calls this directly

Calls 8

migrateMethod · 0.80
renameMethod · 0.80
createMethod · 0.65
listMethod · 0.65
integerFunction · 0.50
textFunction · 0.50
layerMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected