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

File sql.ts

packages/core/src/project/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"
2import * as DatabasePath from "../database/path"
3import { Timestamps } from "../database/schema.sql"
4import { ProjectSchema } from "./schema"

Callers

nothing calls this directly

Calls 2

textFunction · 0.50
integerFunction · 0.50

Tested by

no test coverage detected