MCPcopy Index your code
hub / github.com/anomalyco/opencode / sql.ts

File sql.ts

packages/core/src/account/sql.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { sqliteTable, text, integer, primaryKey } from "drizzle-orm/sqlite-core"
2
3import { AccountV2 } from "../account"
4import { Timestamps } from "../database/schema.sql"

Callers

nothing calls this directly

Calls 2

textFunction · 0.50
integerFunction · 0.50

Tested by

no test coverage detected