abstract001 c82da41a8c 'first' vor 1 Jahr
..
README.md c82da41a8c 'first' vor 1 Jahr
index.js c82da41a8c 'first' vor 1 Jahr
parameterized-query-error.js c82da41a8c 'first' vor 1 Jahr
prepared-statement-error.js c82da41a8c 'first' vor 1 Jahr
query-file-error.js c82da41a8c 'first' vor 1 Jahr
query-result-error.js c82da41a8c 'first' vor 1 Jahr

README.md

errors namespace

This 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