We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44eaaf6 + 6180beb commit 8c10612Copy full SHA for 8c10612
README.md
@@ -34,6 +34,7 @@ pg.connect(conString, function(err, client, done) {
34
}
35
console.log(result.rows[0].number);
36
//output: 1
37
+ client.end();
38
});
39
40
```
0 commit comments