ended4월 24일· 1 sources

syntaqlite - SQLite 자체 문법과 토크나이저 기반의 SQL 파서·포매터·검증기·언어 서버

Why it matters

syntaqlite solves a critical gap in SQL development: generic SQL parsers cannot accurately validate SQLite-specific syntax and version-dependent features without database connections. By compiling SQLite's native grammar and tokenizer directly, it provides precise validation, IDE integration (VS Code, Zed, Claude Code via LSP), and a Web Playground. With 99.7% parsing accuracy against SQLite's test suite and support across Rust, Python, JavaScript, and C, developers can validate and format SQL consistently throughout their development workflow.

1
Sources
+0
24h
Growth
150d
Active
syntaqliteSQLite parserLSPSQL formatterWASM

Sources

Related Issues