|
3 bulan lalu | |
---|---|---|
.. | ||
README.md | 3 bulan lalu | |
index.js | 3 bulan lalu | |
parameterized-query-error.js | 3 bulan lalu | |
prepared-statement-error.js | 3 bulan lalu | |
query-file-error.js | 3 bulan lalu | |
query-result-error.js | 3 bulan lalu |
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