README
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
A minimal, promise based api that simplifies use of node pg and adds a couple features typically found in db drivers, like transactions.
<script type="module">
import pgkeen from 'https://cdn.skypack.dev/pgkeen';
</script>