Skip to main content

Sequel.js - AST

@sequeljs/ast is a SQL AST manager for JavaScript.

build test coverage license code style: prettier Contributor Covenant

Installation

npm install --save @sequeljs/ast

Contributing

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

License

MIT

Inspiration

@sequeljs/ast is basically a rewrite of Rails' Arel library in TypeScript.