Expand description
QAIL Parser using nom.
Parses QAIL v2 keyword-based syntax into an AST.
§Syntax Overview
get users
fields id, email
where active = true
order by created_at desc
limit 10Modules§
- grammar
- query_
file - Query file parser for
.qailformat. - schema
- Schema file parser for
.qailformat.
Functions§
- parse
- Parse a complete QAIL query string (v2 syntax only).