Interface PostgresQueryResult<R>

Type Parameters

  • R

Hierarchy

  • PostgresQueryResult

Properties

Properties

command: "UPDATE" | "DELETE" | "INSERT" | "SELECT" | "MERGE"
rowCount: number
rows: R[]

Generated using TypeDoc