Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sequeljs

rodrigoscna7MIT0.1.0

SQL AST manager for JS

ast, js, nodejs, sequel, sequeljs, sql, sql-ast

readme

Sequel.js

SQL AST manager for JS.

build coverage license code style: prettier

Installation

npm install --save sequeljs

This assumes that you’re using npm package manager with a module bundler like Webpack or Browserify to consume CommonJS modules.

Contributing

Feel free to contribute with this library. For more information, take a look at our contributing guide.

License

MIT

Inspiration

Sequel.js is basically a port of Rails's Arel library for JavaScript.