Interface: QueryResult<T>
Defined in: packages/core/src/db.ts:324
Fully materialized result of a DortDB.query call.
Type Parameters
| Type Parameter | Default type |
|---|---|
T | unknown |
Properties
data
data:
T[]
Defined in: packages/core/src/db.ts:326
All result rows, materialized into an array.
schema?
optionalschema?:string[]
Defined in: packages/core/src/db.ts:328
Column names in output order, when provided by the language serializer.