Merge branch 'master' of https://github.com/brianc/node-postgres
This commit is contained in:
commit
c88aa5daf0
@ -31,7 +31,7 @@ fully TDD and with lots of love.
|
|||||||
|
|
||||||
### Whirlwind tour
|
### Whirlwind tour
|
||||||
|
|
||||||
var Client = require('node-postgres').Client;
|
var Client = require('pg').Client;
|
||||||
var client = new Client({
|
var client = new Client({
|
||||||
user: 'brianc',
|
user: 'brianc',
|
||||||
database: 'test',
|
database: 'test',
|
||||||
|
Loading…
Reference in New Issue
Block a user