pg-promise
Version:
PostgreSQL interface for Node.js
14 lines (9 loc) • 376 B
Markdown
### `errors` namespace
This folder contains everything that's available via the [errors] namespace, before and after initialization:
```js
const pgpLib = require('pg-promise');
const pgp = pgpLib(/*initialization options*/);
pgpLib.errors; // `errors` namespace
pgp.errors; // `errors` namespace
```
[errors]:http://vitaly-t.github.io/pg-promise/errors.html