UNPKG

postgrejs

Version:

Professional PostgreSQL client NodeJS

7 lines (6 loc) 115 B
export class BindParam { constructor(oid, value) { this.oid = oid; this.value = value; } }