Context

Interface: Context

Defined in: packages/db/src/query/builder/types.ts:5

Properties

baseSchema

ts
baseSchema: ContextSchema;
baseSchema: ContextSchema;

Defined in: packages/db/src/query/builder/types.ts:7


fromSourceName

ts
fromSourceName: string;
fromSourceName: string;

Defined in: packages/db/src/query/builder/types.ts:11


hasJoins?

ts
optional hasJoins: boolean;
optional hasJoins: boolean;

Defined in: packages/db/src/query/builder/types.ts:13


joinTypes?

ts
optional joinTypes: Record<string, "full" | "left" | "right" | "inner" | "outer" | "cross">;
optional joinTypes: Record<string, "full" | "left" | "right" | "inner" | "outer" | "cross">;

Defined in: packages/db/src/query/builder/types.ts:15


result?

ts
optional result: any;
optional result: any;

Defined in: packages/db/src/query/builder/types.ts:20


schema

ts
schema: ContextSchema;
schema: ContextSchema;

Defined in: packages/db/src/query/builder/types.ts:9

Our Partners
Electric
Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.