mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Merge branch 'master' of https://github.com/brianc/node-postgres
This commit is contained in:
commit
460c30369c
47
README.md
47
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:
|
||||
|
||||
@ -109,6 +112,10 @@ p.s. want your own offline version of the wiki?
|
||||
|
||||
_github is magic_
|
||||
|
||||
### Working?
|
||||
|
||||
[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?
|
||||
|
||||
As soon as I saw node.js for the first time I knew I had found
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user