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
|
||||
|
||||
## Example
|
||||
|
||||
```javascript
|
||||
var pg = require('pg');
|
||||
var connectionString = "pg://user:password@host:port/database";
|
||||
pg.connect(connectionString, function(err, client) {
|
||||
@ -56,7 +56,7 @@ Non-blocking PostgreSQL client for node.js
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
```
|
||||
### Contributors
|
||||
|
||||
Many thanks to the following:
|
||||
|
Loading…
Reference in New Issue
Block a user