Skip to content

Commit

Permalink
docs update.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Mar 11, 2015
1 parent 2f54588 commit 7d308ee
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,13 +310,16 @@ When initializing the library, you can pass object `options` with a set of prope
for global override of the library's behaviour:
```javascript
var options = {
// supported properties:
// pgFormatting, promiseLib, connect, disconnect, query
// pgFormatting - redirects query formatting to PG;
// promiseLib - overrides default promise library;
// connect - database 'connect' notification;
// disconnect - database 'disconnect' notification;
// query - query execution notification.
};
var pgp = pgpLib(options);
```

Below is the list of all such properties that are currently supported.
Below is the list of all the properties that are currently supported.

---
* `pgFormatting`
Expand Down

0 comments on commit 7d308ee

Please sign in to comment.