Appearance
QueryExecutionResult = Row[] | { rows: Row[]; rowCount?: number; }
Row
rows
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.