Skip to content
# Type Alias: QueryExecutionResult

QueryExecutionResult = Row[] | { rows: Row[]; rowCount?: number; }

Defined in: node_modules/.pnpm/@rawsql-ts+testkit-postgres@0.16.0/node_modules/@rawsql-ts/testkit-postgres/dist/types.d.ts:7

Executor output accepted by the driver-agnostic Postgres testkit client.

Released under the MIT License.