UNPKG

postgrejs

Version:

Professional PostgreSQL client NodeJS

9 lines (8 loc) 135 B
export class BindParam { oid; value; constructor(oid, value) { this.oid = oid; this.value = value; } }