|
1 year ago | |
---|---|---|
.. | ||
README.md | 1 year ago | |
index.js | 1 year ago | |
parameterized-query-error.js | 1 year ago | |
prepared-statement-error.js | 1 year ago | |
query-file-error.js | 1 year ago | |
query-result-error.js | 1 year ago |
errors
namespaceThis folder contains everything that's available via the errors namespace, before and after initialization:
const pgpLib = require('pg-promise');
const pgp = pgpLib(/*initialization options*/);
pgpLib.errors; // `errors` namespace
pgp.errors; // `errors` namespace