Skip to content

Commit 460c303

Browse files
committed
Merge branch 'master' of https://github.com/brianc/node-postgres
2 parents 24dcf84 + 7766f41 commit 460c303

File tree

1 file changed

+27
-20
lines changed

1 file changed

+27
-20
lines changed

README.md

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,6 @@ fully TDD and with lots of love.
99

1010
npm install pg
1111

12-
### good things
13-
14-
- prepared statement support
15-
- parameters
16-
- query caching
17-
- type coercion
18-
- date <-> timestamptz
19-
- integer <-> integer, smallint, bigint
20-
- float <-> double, numeric
21-
- boolean <-> boolean
22-
- notification message support
23-
- tested
24-
~1000 assertions executed on
25-
- ubuntu
26-
- node v0.2.2, v0.2.3, v0.2.4, v0.3.0
27-
- postgres 8.4.4
28-
- osx
29-
- node v0.2.2, v0.2.3, v0.2.4, v0.3.0
30-
- postgres v8.4.4, v9.0.1
31-
3212
### Whirlwind tour
3313

3414
var Client = require('pg').Client;
@@ -88,6 +68,29 @@ fully TDD and with lots of love.
8868
* well tested
8969
* no monkey patching
9070
* no dependencies (well...besides PostgreSQL)
71+
* [extreme documentation](http://github.com/brianc/node-postgres/wiki)
72+
73+
### features
74+
75+
- prepared statement support
76+
- parameters
77+
- query caching
78+
- type coercion
79+
- date <-> timestamptz
80+
- integer <-> integer, smallint, bigint
81+
- float <-> double, numeric
82+
- boolean <-> boolean
83+
- notification message support
84+
- tested like a Toyota
85+
~1000 assertions executed on
86+
- ubuntu
87+
- node v0.2.2, v0.2.3, v0.2.4, v0.3.0
88+
- postgres 8.4.4
89+
- osx
90+
- node v0.2.2, v0.2.3, v0.2.4, v0.3.0
91+
- postgres v8.4.4, v9.0.1
92+
93+
### party time
9194

9295
clone the repo:
9396

@@ -109,6 +112,10 @@ p.s. want your own offline version of the wiki?
109112

110113
_github is magic_
111114

115+
### Working?
116+
117+
[this page](http://www.explodemy.com) is running the worlds worst (but fully functional) PostgreSQL backed, Node.js powered website.
118+
112119
### Why did you write this?
113120

114121
As soon as I saw node.js for the first time I knew I had found

0 commit comments

Comments
 (0)