Ross ROSS = Recommend OSS · open-source software intelligence for agents

apache/datafusion-sqlparser-rs

Extensible SQL Lexer and Parser for Rust observed · 2026-08-28

github.com/apache/datafusion-sqlparser-rs · Rust · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
apache/datafusion-sqlparser-rsmain77

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