PostgresDAO (pg-dao)
A simple DAO for Postgres Pool
, with a generic CRUD interface.
e.g.,
// Retrieve the `users` relation
const users = await dao.read('users')
A simple DAO for Postgres Pool
, with a generic CRUD interface.
e.g.,
// Retrieve the `users` relation
const users = await dao.read('users')
npm i @brngdsn/pg-dao
1
0.2.0
MIT
3.21 kB
6