pg-ts
Typescript wrapper around node-postgres
Installing
yarn add pg-ts
Using
Using promises:
; ;; pool.transactionPromise .all .thenperson;
Using fp-ts Tasks:
; ; pool.oneTaskSQL`SELECT * FROM people WHERE first_name = )`.run;
Typescript wrapper around node-postgres
yarn add pg-ts
Using promises:
; ;; pool.transactionPromise .all .thenperson;
Using fp-ts Tasks:
; ; pool.oneTaskSQL`SELECT * FROM people WHERE first_name = )`.run;
npm i pg-ts
21
2.5.1
MIT
284 kB
73