n1ql-parser

Performs the necessary parsing of N1QL query strings into an AST representation suitable for optimization and execution, or simply grammar validation.

Usage no npm install needed!

<script type="module">
  import n1qlParser from 'https://cdn.skypack.dev/n1ql-parser';
</script>

README

A N1QL Parser for Node.js

Performs the necessary parsing of N1QL query strings into an AST representation suitable for optimization and execution, or simply grammar validation.