apache/datafusion-sqlparser-rs
Extensible SQL Lexer and Parser for Rust observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3130
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
3432 stars · 763 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
An extensible SQL lexer and parser library for Rust that produces an AST conforming to the ANSI/ISO SQL standard and various vendor dialects. It serves as a foundation for SQL query engines, vendor-specific parsers, and SQL analysis tools.
Use cases
- parse sql queries into an ast in rust
- build a sql query engine
- analyze or lint sql statements
- support multiple sql dialects in a tool
- extract table names from sql queries
- validate sql syntax programmatically
When to choose
- you need a fast, pure-Rust SQL parser with an AST
- you're building a query engine, linter, or SQL analysis tool
- you need support for multiple SQL dialects and custom dialects
When to avoid
- you need a full SQL execution engine rather than parsing
- you need a parser for a non-Rust project
Facets
library · maturity active
parser developer-tools databases parsers big-data rust cross-platform sql lexer ast sql-dialects query-parsing
1 source
- readme: https://github.com/apache/datafusion-sqlparser-rs · fetched 2026-08-28 · 9998afa25841
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| apache/datafusion-sqlparser-rs | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="apache/datafusion-sqlparser-rs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem