# waterline-sequel

> A helper library for generating SQL queries from the Waterline Query Language.

Latest version **0.6.4** (published 2016-06-08) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install waterline-sequel
pnpm add waterline-sequel
yarn add waterline-sequel
bun add waterline-sequel
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.6.4 |
| Published | 2016-06-08 |
| First published | 2014-08-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+6 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 15 |
| Author | Cody Stoltman |
| Maintainers | sgress454, balderdashy, particlebanana, tjwebb |

## Links

- npm: https://www.npmjs.com/package/waterline-sequel
- Repository: https://github.com/balderdashy/waterline-sequel
- Homepage: https://github.com/balderdashy/waterline-sequel#readme
- Issues: https://github.com/balderdashy/waterline-sequel/issues
- npm.io page: https://npm.io/package/waterline-sequel

## Dependencies (1)

- [lodash](https://npm.io/package/lodash.md) 3.10.1

## Recent versions

- 0.6.4 (latest) — 2016-06-08
- 0.6.3 — 2016-06-06
- 0.6.2 — 2016-03-23
- 0.6.1 — 2016-03-22
- 0.6.0 — 2016-03-17
- 0.5.7 — 2016-02-18
- 0.5.6 — 2016-02-05
- 0.5.5 — 2016-01-26
- 0.5.4 — 2016-01-23
- 0.5.3 — 2016-01-12
- 0.5.2 — 2016-01-05
- 0.5.1 — 2015-11-17
- 0.5.0 — 2015-07-14
- 0.4.0 — 2015-05-01
- 0.3.1 — 2015-04-28
- … 25 more at https://npm.io/package/waterline-sequel/versions

## README

Waterline-Sequel
====================
build | integration tests | npm | dependencies  |
------|-------------------|-----|---------------|
[![Build Status](https://travis-ci.org/balderdashy/waterline-sequel.svg?branch=master)](https://travis-ci.org/balderdashy/waterline-sequel) | [![Circle CI](https://img.shields.io/circleci/project/balderdashy/waterline-sequel/master.svg?style=shield)](https://circleci.com/gh/balderdashy/waterline-sequel/tree/master) | [![npm version](https://badge.fury.io/js/waterline-sequel.svg)](http://badge.fury.io/js/waterline-sequel) | [![Dependency Status](https://david-dm.org/balderdashy/waterline-sequel.svg)](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
```

---
_Source: https://npm.io/package/waterline-sequel · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
