0.0.1-next.0 ā€¢ Published 4 years ago

@rsql/definitions v0.0.1-next.0

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

lerna code style: prettier commitizen friendly tested with jest auto release

Packages šŸ“¦

This repository is a monorepo. That means it contains several packages scoped in the @rsql/ namespace.

PackageVersionDescription
@rsql/buildernpmAPI for building RSQL queries
@rsql/parsernpmRSQL parser string => AST
@rsql/emitternpmRSQL emitter AST => string
@rsql/astnpmRSQL AST definitions (internal)
@rsql/definitionsnpmRSQL shared definitions (internal)

Installation šŸš€

# with npm
npm install --save @rsql/builder

# with yarn
yarn add @rsql/builder

Usage

License

MIT