Categorygithub.com/wesql/sqlparser
repositorypackage
0.1.13
Repository: https://github.com/wesql/sqlparser.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

SqlParser

Yet another SQL parser for MySQL.

Release A New Version

To see all the versions:

go list -m -versions github.com/wesql/sqlparser

to release a new version:

git tag ${version}
git push origin ${version}

Acknowledgement

The backbone of this repo is extracted from wesql/wescale and vitessio/vitess.