Sign in Sign up
npm

pg-error-constants

PostgresQL error constants for use with Node.js. Use these to avoid code like `if (err.code === '23505')` and instead write `if (err.code === UNIQUE_VIOLATION)`.

npm View on Npm

Activity

Latest release
9y ago
Total releases
1
Cadence
Last 12 months
0

Details

License
MIT
First release
Aug 01, 2017
Releases
Version Released
1.0.0 initial