updated readme
This commit is contained in:
parent
db6ad04358
commit
49490f273e
43
README.md
43
README.md
@ -9,26 +9,6 @@ fully TDD and with lots of love.
|
|||||||
|
|
||||||
npm install pg
|
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
|
### Whirlwind tour
|
||||||
|
|
||||||
var Client = require('pg').Client;
|
var Client = require('pg').Client;
|
||||||
@ -88,6 +68,29 @@ fully TDD and with lots of love.
|
|||||||
* well tested
|
* well tested
|
||||||
* no monkey patching
|
* no monkey patching
|
||||||
* no dependencies (well...besides PostgreSQL)
|
* 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:
|
clone the repo:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user