mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Updated Home (markdown)
parent
ebe7c2054e
commit
edf3e9c486
2
Home.md
2
Home.md
@ -22,7 +22,7 @@ I've written many apps with node-postgres in production. This is pretty much th
|
||||
```js
|
||||
|
||||
var http = require('http')
|
||||
var Pool = require('pg')
|
||||
var Pool = require('pg').Pool
|
||||
var pool = new Pool()
|
||||
|
||||
http.createServer(function(req, res) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user