Production-ready SQL parsing SDK for Go with 7 SQL tools
Best for Automating SQL code review and linting in development workflows.
Parse SQL at the speed of Go.
๐ Try the Playground ยท ๐ Read the Docs ยท ๐ Get Started ยท ๐ Benchmarks.
What it does
- Zero-copy SQL tokenization and parsing
- Support for 7 SQL dialects including PostgreSQL, MySQL, and SQLite
- Full AST generation for complex SQL analysis
- Built-in SQL validation, formatting, and linting
- High-performance architecture handling 1.38M+ ops/sec
View GoSQLX details vs
Self-hosted semantic layer for AI agents.
Best for Enabling AI agents to generate accurate, governed business reports from raw warehouse data.
Self-hosted semantic layer for AI agents.
Docs · CLI · Discord · Website.
What it does
- MCP server for AI agents to query semantic layers
- SQL-based metric definitions with caching and access control
- Multi-database support including Snowflake, BigQuery, and PostgreSQL
- Cube Store pre-aggregation cache for fast analytical queries
- Admin UI for browsing deployed models, views, and measures
Setup requirements
Requires 3 environment variables: ADMIN_TOKEN, CUBEJS_DB_TYPE, CUBEJS_DB_*. Available via NPX and Docker.
View Bonnard details Biggest differences
CompareGoSQLXBonnard
Best forAutomating SQL code review and linting in development workflows.Enabling AI agents to generate accurate, governed business reports from raw warehouse data.
StandoutZero-copy SQL tokenization and parsing.MCP server for AI agents to query semantic layers.
SetupMCP Server, http transport.NPX or Docker, needs 3 env vars, stdio transport.
Transporthttpstdio
Community61 GitHub stars19 GitHub stars
Bottom line
Pick GoSQLX if...Automating SQL code review and linting in development workflows. Zero-copy SQL tokenization and parsing. MCP Server, http transport.
Pick Bonnard if...Enabling AI agents to generate accurate, governed business reports from raw warehouse data. MCP server for AI agents to query semantic layers. NPX or Docker, needs 3 env vars, stdio transport.
The real split here is workflow fit, not raw counts. GoSQLX: Automating SQL code review and linting in development workflows. Bonnard: Enabling AI agents to generate accurate, governed business reports from raw warehouse data. GoSQLX also has the larger public footprint (61 vs 19 stars).