Files
JellySport/ProjectSourceCode/node_modules/pg-promise/lib/helpers/README.md

11 lines
332 B
Markdown
Raw Normal View History

2024-04-11 04:23:19 -06:00
### `helpers` namespace
This folder contains everything that's available via the [helpers] namespace, after initializing the library:
```js
const pgp = require('pg-promise')(/*initialization options*/);
const helpers = pgp.helpers; // `helpers` namespace
```
[helpers]:http://vitaly-t.github.io/pg-promise/helpers.html