From 641752cd1c644301e1bd6273d92a87915f0fecb9 Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Tue, 2 Nov 2010 22:40:07 -0700 Subject: [PATCH] readme tweaks --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 944cdba5..1ad566cd 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,26 @@ fully TDD and with lots of love. ## alpha version +### good things + +- prepared statement support + - parameters + - query caching +- type coercion + - date <-> timestamptz + - integer <-> integer, smallint, bigint + - float <-> double, numeric + - boolean <-> boolean +- notification message support +- tested + ~1000 assertions executed on + - ubuntu + - node v0.2.2, v0.2.3, v0.2.4, v0.3.0 + - postgres 8.4.4 + - osx + - node v0.2.2, v0.2.3, v0.2.4, v0.3.0 + - postgres v8.4.4, v9.0.1 + ### Whirlwind tour var Client = require('node-postgres').Client;