# 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?
optionalbindings?:object
Defined in: packages/driver-adapter-pg/src/index.ts:44
postgres?
optionalpostgres?:object
postgres.sourceHash?
optionalsourceHash?:string
postgres.sql
sql:
string
postgres.orderedNames
orderedNames: readonly
string[]
postgres.safeSortInsertion?
optionalsafeSortInsertion?:object
postgres.safeSortInsertion.index
index:
number
postgres.sssqlCompression?
optionalsssqlCompression?:object
postgres.sssqlCompression.branches
branches: readonly
object[]