Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

cargo run
``

About

Lexer and Parser of SQL Queries for RookDB

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages