Description
Parses SQL text into tokens and structures without validating it against a database engine. It helps formatters, linters, editors, and analysis tools inspect SQL strings without executing them.
Developers use it as a library. Since it is non-validating, applications still need database-specific checks and must never treat parsing as protection against unsafe SQL execution.