brianc / node-pg-native

Native (C/C++) bindings to PostgreSQL with sync and async options.
247 stars 44 forks source link

Support for lazy mode #26

Closed vickvu closed 8 years ago

vickvu commented 9 years ago

In lazy mode, raw values will be used and parsing function need to be called explicitly (see https://github.com/brianc/node-postgres/pull/852)