Package: wnpp Severity: wishlist Owner: Andrew Lee (李健秋) <[email protected]> X-Debbugs-Cc: [email protected], [email protected]
* Package name : golang-github-xwb1989-sqlparser Version : 0.0~git20180606.1203878-1 Upstream Contact: Wenbin Xiao * URL : https://github.com/xwb1989/sqlparser * License : Apache-2.0 Programming Lang: Go Description : SQL Parser implemented in Go This package provides a highly efficient SQL parser written in Go, originally derived from the Vitess project. It is specifically designed to parse SQL statements into an abstract syntax tree, allowing developers to programmatically analyze, rewrite, or validate complex queries with high precision. . The library supports a significant subset of the MySQL dialect and is widely used in projects that require deep introspection of SQL commands, such as database proxies, query routers, or custom migration tools. By converting raw strings into structured Go objects, it enables robust manipulation of database logic without the fragility of regular expression matching. . This makes it an essential component for building middleware that needs to understand or transform database traffic in real time. This package is required by golang-opentelemetry-auto.

