Skip to content
# Type Alias: AshibaPostgresQueryModel

AshibaPostgresQueryModel = object

Defined in: packages/driver-adapter-pg/src/index.ts:42

CLI-generated query model required by the PostgreSQL adapter.

Properties

analysis

analysis: AshibaQueryModelAnalysis

Defined in: packages/driver-adapter-pg/src/index.ts:43


bindings?

optional bindings?: object

Defined in: packages/driver-adapter-pg/src/index.ts:44

postgres?

optional postgres?: object

postgres.sourceHash?

optional sourceHash?: string

postgres.sql

sql: string

postgres.orderedNames

orderedNames: readonly string[]

postgres.safeSortInsertion?

optional safeSortInsertion?: object

postgres.safeSortInsertion.index

index: number

postgres.sssqlCompression?

optional sssqlCompression?: object

postgres.sssqlCompression.branches

branches: readonly object[]

Released under the MIT License.