ended3월 17일· 1 sources

syntaqlite: high-fidelity devtools that SQLite deserves

syntaqlite: SQLite가 마땅히 누려야 할 고충실도 개발 도구

Why it matters

syntaqlite is an open-source parser, formatter, validator, and LSP built directly on SQLite's own Lemon-generated grammar, ensuring high-fidelity parsing that respects version-specific syntax and compile-time feature flags. It ships as a CLI, VS Code extension, Claude Code LSP plugin, and C/Rust libraries, with a web playground for live testing. The project was motivated by the author's experience maintaining PerfettoSQL at Google, where existing tools consistently failed on SQLite-exclusive features and dialect extensions.

1
Sources
+0
24h
Growth
177d
Active
syntaqliteSQLiteLSPLemon grammarPerfettoSQL

Sources

Related Issues