Low-level tokenizer and parser for SQLite SQL.
This crate is split from syntaqlite for internal build reasons — it is
not a separate user-facing library. All public types are re-exported by
syntaqlite. Depend on syntaqlite
directly. If you only need parsing (no formatting or validation), disable
the default features and enable just sqlite:
[]
= { = "0.0.3", = false, = ["sqlite"] }