Skip to content

Commit

Permalink
Edited README.md via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Mar 8, 2011
1 parent 19e7831 commit bd0857f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
@@ -1,6 +1,7 @@
#node-postgres

Non-blocking PostgreSQL client for node.js

* a pure javascript client and native libpq bindings with _the same api_
* _heavily_ tested
* the same suite of 200+ integration tests passed by both javascript & libpq bindings
Expand Down Expand Up @@ -33,7 +34,7 @@ All examples will work with the pure javascript bindings (currently default) or

### Evented api

var pg = require('pg'); //naive = `var pg = require('pg/native')`
var pg = require('pg'); //native libpq bindings = `var pg = require('pg/native')`
var conString = "tcp://postgres:1234@localhost/postgres";

var client = new pg.Client(conString);
Expand Down

0 comments on commit bd0857f

Please sign in to comment.