We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017c327 commit f7813bcCopy full SHA for f7813bc
sample.js
@@ -1,7 +1,7 @@
1
var sys = require("sys");
2
var Postgres = require('./postgres')
3
4
-var db = new Postgres.Connection("land", "enterprisedb", "enterprisedb");
+var db = new Postgres.Connection("database", "username", "password");
5
process.ARGV.slice(2).forEach(function (sql) {
6
sys.puts(sql)
7
db.query(sql, function (data) {
0 commit comments