Rook Parser
-
Rook Parser provides the query parsing layer for RookDB. It parses SQL queries and generates an Abstract Syntax Tree (AST) using Apache DataFusion's
sqlparser. -
The generated AST is then converted into a structured JSON format that can be used by the Storage Engine.
-
Crate available at: Rook Parser Crate
-
For documentation about Rook Parser, please visit: Rook Parser Docs
Getting Started
Run the interactive SQL parser: