Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ sqliteTable, text, integer, primaryKey } from
"drizzle-orm/sqlite-core"
2
import
* as DatabasePath from
"../database/path"
3
import
{ Timestamps } from
"../database/schema.sql"
4
import
{ ProjectSchema } from
"./schema"
Callers
nothing calls this directly
Calls
2
text
Function · 0.50
integer
Function · 0.50
Tested by
no test coverage detected