NamespacedRow

Type Alias: NamespacedRow

ts
type NamespacedRow = Record<string, Record<string, unknown>>;
type NamespacedRow = Record<string, Record<string, unknown>>;

Defined in: packages/db/src/types.ts:555

A namespaced row is a row withing a pipeline that had each table wrapped in its alias

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.