mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-11-03 08:32:52 +00:00
Extensible SQL Lexer and Parser for Rust
| examples | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
datafusion-sql
This is a work-in-progress to develop a new version of the DataFusion SQL Parser.
Goals for this version:
- Support for custom SQL dialects, so other projects can implement their own parsers easily
- Good error reporting (e.g. show line / column numbers and descriptive messages)
- Zero-copy of tokens when parsing
- Concise code
- Full support for ANSI SQL:2011 standard