Brian Carlson is announcing that node-postgres with version number 4.4.3 is already available to download.
What is node-postgres ?
node-postgres is .
node-postgres will allow Node.js-driven applications to store and retrieve data from PostgreSQL applications. The library contains a pure JavaScript driver for various PostgreSQL operations, and additional JS bindings for the libpg library, for supporting extra features that JavaScript alone can't cover. The basic JavaScript driver is recommended though, since its much faster and covers all the basic database transactions. The two connection systems (JS and via libpg) are inter-changeable and don't require any code modifications.
This is changelog for node-postgres version 4.4.3 :
You can read the complete changelog and also download this latest version on their homepage:
github.com