test for code-format parsing
This commit is contained in:
parent
a30673be48
commit
4bfb81ca85
@ -27,7 +27,7 @@ Non-blocking PostgreSQL client for node.js
|
|||||||
npm install pg
|
npm install pg
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
```javascript
|
||||||
var pg = require('pg');
|
var pg = require('pg');
|
||||||
var connectionString = "pg://user:password@host:port/database";
|
var connectionString = "pg://user:password@host:port/database";
|
||||||
pg.connect(connectionString, function(err, client) {
|
pg.connect(connectionString, function(err, client) {
|
||||||
@ -56,7 +56,7 @@ Non-blocking PostgreSQL client for node.js
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
```
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
Many thanks to the following:
|
Many thanks to the following:
|
||||||
|
Loading…
Reference in New Issue
Block a user