From c0478b95ed59d314d1b66fba9ab7e6ab116faafa Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Thu, 4 Nov 2010 19:54:11 -0700 Subject: [PATCH 1/4] --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index def514f6..8eb3569e 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,10 @@ p.s. want your own offline version of the wiki? _github is magic_ +### Working? + +http://www.explodemy.com is running the worlds worst (but fully functional) PostgreSQL backed, Node.js powered website. + ### Why did you write this? As soon as I saw node.js for the first time I knew I had found From db6ad043582c00d88996fee890cbd85d6e44c34c Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Thu, 4 Nov 2010 19:55:03 -0700 Subject: [PATCH 2/4] updating docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eb3569e..55ee8d5f 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ _github is magic_ ### Working? -http://www.explodemy.com is running the worlds worst (but fully functional) PostgreSQL backed, Node.js powered website. +[this page](http://www.explodemy.com) is running the worlds worst (but fully functional) PostgreSQL backed, Node.js powered website. ### Why did you write this? From 49490f273ee39b2392a424ab461e944c8b8e5b6c Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Thu, 4 Nov 2010 21:20:16 -0700 Subject: [PATCH 3/4] updated readme --- README.md | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 55ee8d5f..f0318613 100644 --- a/README.md +++ b/README.md @@ -9,26 +9,6 @@ fully TDD and with lots of love. npm install pg -### 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('pg').Client; @@ -88,6 +68,29 @@ fully TDD and with lots of love. * well tested * no monkey patching * no dependencies (well...besides PostgreSQL) +* [[extreme documentation|http://github.com/brianc/node-postgres/wiki]] + +### features + +- prepared statement support + - parameters + - query caching +- type coercion + - date <-> timestamptz + - integer <-> integer, smallint, bigint + - float <-> double, numeric + - boolean <-> boolean +- notification message support +- tested like a Toyota + ~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 + +### party time clone the repo: From 7766f419cdbb93f35bee7c2259f72d471ed7562f Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Thu, 4 Nov 2010 21:21:05 -0700 Subject: [PATCH 4/4] documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0318613..2247e5fc 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ fully TDD and with lots of love. * well tested * no monkey patching * no dependencies (well...besides PostgreSQL) -* [[extreme documentation|http://github.com/brianc/node-postgres/wiki]] +* [extreme documentation](http://github.com/brianc/node-postgres/wiki) ### features