Rindle

API index and search · Build metadata

Supporting declarations

packages/query-compiler/src/postgres.ts. These declarations explain referenced types. Only package-page symbols are package exports.

Exact source

postgresDialect

/**
 * The Postgres dialect — the BYO-Postgres server-mutator read target. Emits `(sql, params)`
 * with `$N::text::<type>` parameters and never imports a driver (Invariant 7).
 */
export declare const postgresDialect: Dialect;