type ContextSchema = Record<string, unknown>;
type ContextSchema = Record<string, unknown>;
Defined in: packages/db/src/query/builder/types.ts:64
ContextSchema - The shape of available tables/collections in a query context
This is simply a record mapping table aliases to their TypeScript types. It evolves as the query progresses:
