MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / core-schema.ts

File core-schema.ts

packages/core/sdk/src/core-schema.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { column, idColumn, table, type AnyColumn, type AnyTable } from "@executor-js/fumadb/schema";
2import type { Condition, ConditionBuilder } from "@executor-js/fumadb/query";
3
4import { StorageError, type FumaRow } from "./fuma-runtime";

Callers

nothing calls this directly

Calls 13

defineTablesFunction · 0.85
tenantExecutorTableFunction · 0.85
keyColumnFunction · 0.85
textColumnFunction · 0.85
nullableTextColumnFunction · 0.85
nullableJsonColumnFunction · 0.85
nullableBigintColumnFunction · 0.85
boolColumnFunction · 0.85
dateColumnFunction · 0.85
ownedExecutorTableFunction · 0.85
jsonColumnFunction · 0.85
bigintColumnFunction · 0.85

Tested by

no test coverage detected