mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Updated FAQ (markdown)
parent
b82d618ad5
commit
8fc011783d
4
FAQ.md
4
FAQ.md
@ -24,4 +24,6 @@ client.query(..., function(err, result) {
|
||||
console.log('column "%s" has a value of "%j"', columnName, firstRow[columnName]);
|
||||
}
|
||||
});
|
||||
```
|
||||
```
|
||||
|
||||
Thank you Brian. pg is excellent.
|
||||
Loading…
x
Reference in New Issue
Block a user