0.1.0 • Published 4 years ago

sequeljs v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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.