A minimal, promise based api that simplifies use of node pg and adds a couple features typically found in db drivers, like transactions.


License
ISC
Install
npm install pgkeen@1.4.0

Documentation

Features

  • Auto release pool connections
  • Auto commit or rollback transaction
  • queryFirst() for when you want just the first row of a result
  • Event hooks for logging
  • Optional column camelizing