|
il y a 4 mois | |
---|---|---|
.. | ||
README.md | il y a 4 mois | |
index.js | il y a 4 mois | |
parameterized-query-error.js | il y a 4 mois | |
prepared-statement-error.js | il y a 4 mois | |
query-file-error.js | il y a 4 mois | |
query-result-error.js | il y a 4 mois |
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