|
vor 4 Monaten | |
---|---|---|
.. | ||
README.md | vor 4 Monaten | |
index.js | vor 4 Monaten | |
parameterized-query-error.js | vor 4 Monaten | |
prepared-statement-error.js | vor 4 Monaten | |
query-file-error.js | vor 4 Monaten | |
query-result-error.js | vor 4 Monaten |
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