waterline-postgresql
Version:
PostgreSQL Adapter for Sails and Waterline
17 lines (13 loc) • 1.05 kB
Markdown
Waterline-Sequel
====================
build | integration tests | npm | dependencies |
------|-------------------|-----|---------------|
[](https://travis-ci.org/balderdashy/waterline-sequel) | [](https://circleci.com/gh/balderdashy/waterline-sequel/tree/master) | [](http://badge.fury.io/js/waterline-sequel) | [](https://david-dm.org/balderdashy/waterline-sequel)
A helper library for generating SQL queries from the Waterline Query Language.
### Running the tests
Simply run `npm test`.
#### Integration Tests
You can read more about waterline-sequel integration tests [here](https://github.com/balderdashy/waterline-sequel/blob/master/test/integration/README.md). To run them, do:
```
npm run test-integration
```