@brigand/n1ql

0.1.1 • Public • Published

This package allows parsing n1ql into an abstract syntax tree. It will throw an error if the input is invalid.

npm install @brigand/n1ql

# or

yarn add @brigand/n1ql

It simply exports a function that converts the provided query string to an AST.

const parseN1ql = require('@brigand/n1ql');

const ast = parseN1Ql('SELECT * FROM some-table');

Readme

Keywords

none

Package Sidebar

Install

npm i @brigand/n1ql

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

177 kB

Total Files

9

Last publish

Collaborators

  • brigand2
  • greenjello