Source: golang-github-xwb1989-sqlparser
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-xwb1989-sqlparser
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-xwb1989-sqlparser.git
Homepage: https://github.com/xwb1989/sqlparser
XS-Go-Import-Path: github.com/xwb1989/sqlparser

Package: golang-github-xwb1989-sqlparser-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: SQL Parser implemented in Go (library)
 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.
