Skip to content

Commit f7813bc

Browse files
committed
Update the sample to be more generic.
1 parent 017c327 commit f7813bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var sys = require("sys");
22
var Postgres = require('./postgres')
33

4-
var db = new Postgres.Connection("land", "enterprisedb", "enterprisedb");
4+
var db = new Postgres.Connection("database", "username", "password");
55
process.ARGV.slice(2).forEach(function (sql) {
66
sys.puts(sql)
77
db.query(sql, function (data) {

0 commit comments

Comments
 (0)