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

File sql.ts

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

Source from the content-addressed store, hash-verified

1import { sqliteTable, text, integer, index, uniqueIndex } from "drizzle-orm/sqlite-core"
2import type { EventV2 } from "../event"
3
4export const EventSequenceTable = sqliteTable("event_sequence", {

Callers

nothing calls this directly

Calls 4

onMethod · 0.80
textFunction · 0.50
integerFunction · 0.50
indexFunction · 0.50

Tested by

no test coverage detected