brianc / node-pg-cursor

Query cursor extension for node-postgres
79 stars 30 forks source link

Add support for rowMode & custom types #30

Closed brianc closed 7 years ago

brianc commented 7 years ago

This implements #16 with passing tests. Adds support for passing a 3rd argument of query config parameters to the cursor. The goal is to support the same parameters as the query config from node-postgres whenever it makes sense.