brianc / node-libpq

Simple, low level native bindings to PostgreSQL's libpq from node.js
112 stars 42 forks source link

Add support for node v0.8.x #5

Closed brianc closed 9 years ago

brianc commented 9 years ago

There was one small cast problem with a Buffer instance in C++. Fixing this & we're off to the races!