add sqlgen (#4399)

Co-authored-by: keson.an <keson.an@yijinin.com>
This commit is contained in:
anqiansong 2023-05-01 02:21:20 +08:00 committed by GitHub
parent 477fb595e8
commit 693f862246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3018,6 +3018,7 @@ _Plugin for text editors and IDEs._
- [hasgo](https://github.com/DylanMeeus/hasgo) - Generate Haskell inspired functions for your slices.
- [options-gen](https://github.com/kazhuravlev/options-gen) - Functional options described by Dave Cheney's post "Functional options for friendly APIs".
- [re2dfa](https://github.com/opennota/re2dfa) - Transform regular expressions into finite state machines and output Go source code.
- [sqlgen](https://github.com/anqiansong/sqlgen) - Generate gorm, xorm, sqlx, bun, sql code from SQL file or DSN.
- [TOML-to-Go](https://xuri.me/toml-to-go) - Translates TOML into a Go type in the browser instantly.
- [xgen](https://github.com/xuri/xgen) - XSD (XML Schema Definition) parser and Go/C/Java/Rust/TypeScript code generator.