PostgreSQL query requester for Plywood, version 1.4.0. Provides an abstraction layer to execute SQL queries against a Postgres database, returning results as a Promise-compatible Q promise. Designed specifically for integration with the Plywood data processing library. No active development observed; primarily used within the Plywood ecosystem. Releases are infrequent.
npm install plywood-postgres-requesterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing the generator, creating a requestor with environment variables for credentials, and executing a simple query.
Convert to native Promises: replace `.done()` with `.catch()` or `.finally()`. Use `.then()` as usual.
Import either name, they are identical. Prefer `postgresRequesterGenerator` for clarity.
Refer to pg documentation for available connection parameters.
Use `require('plywood-postgres-requester').postgresRequester` or use ES import.Run `npm install plywood-postgres-requester`.