Skip to content

Commit

Permalink
add wlNext config flag to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
particlebanana committed Mar 1, 2015
1 parent ce3a0e3 commit fbbe1c6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ config: {
};
```

We are also testing features for future versions of waterline in postgresql. One of these is case sensitive string searching. In order to enable this feature today you can add the following config flag:

```javascript
postgresql: {
url: 'postgres://username:password@hostname:port/database',
wlNext: {
caseSensitive: true
}
}
```

## Testing

Test are written with mocha. Integration tests are handled by the [waterline-adapter-tests](https://github.com/balderdashy/waterline-adapter-tests) project, which tests adapter methods against the latest Waterline API.
Expand Down

0 comments on commit fbbe1c6

Please sign in to comment.