xwb1989/sqlparser
SQL Parser implemented in Go observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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: 4299
- days_rel: n/a
- days_push: 1436
- n_releases_24m: 0
Adoption not part of the score
1583 stars · 257 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A self-contained Go package for parsing MySQL SQL queries, extracted from the Vitess project's SQL parser. It turns SQL statements into an abstract syntax tree that can be inspected and manipulated programmatically.
Use cases
- parse mysql sql queries in go
- extract table names from sql statements
- analyze or rewrite sql queries programmatically
- validate sql syntax before executing queries
- parse multiple sql statements from a stream
- build sql-aware tooling like linters or proxies
When to choose
- you need a lightweight, self-contained MySQL SQL parser in Go without pulling in all of Vitess
- you want to inspect or transform SQL statements as syntax trees
- you need to parse batches of SQL statements from an io.Reader
When to avoid
- you need support for SQL dialects other than MySQL
- you need a parser that stays current with the latest Vitess improvements or newer MySQL syntax
- you need an active project with ongoing maintenance and community support
Facets
library · maturity maintenance
parser databases parsers developer-tools go cross-platform sql mysql query-parsing ast
1 source
- readme: https://github.com/xwb1989/sqlparser · fetched 2026-08-28 · 7671d87f39d6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| xwb1989/sqlparser | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="xwb1989/sqlparser")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem