mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Extensible SQL Lexer and Parser for Rust
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
datafusion-sql
DataFusion SQL Parser (v2)
Goals:
- Support for custom SQL dialects, so other projects can implement their own parsers easily
- Zero-copy of tokens when parsing