mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
Jerry. (my) typos plus formatting
parent
1d9604a674
commit
6f1b6248d3
2
FAQ.md
2
FAQ.md
@ -37,7 +37,7 @@ pg.query(..., function(err, result) {
|
||||
});
|
||||
```
|
||||
|
||||
### 5. If pg returns query data in JSON format, for web serivce applications, it would make sense to return that directly to the client. If this assumption is correct what is the most efficient method? ###
|
||||
### 5. If pg returns query data in JSON format, for web service applications, it would make sense to return that directly to the client. If this assumption is correct what is the most efficient method? ###
|
||||
```js
|
||||
http.createServer(function(req, res) {
|
||||
//NOTE: pg connection boilerplate not present
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user