@brngdsn/pg-dao
v0.3.0
Published
simple dao for postgres pool, with a generic crud interface
Downloads
4
Readme
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')