diff --git a/CodeTools.md b/CodeTools.md index 323425cd..cfb18d7e 100644 --- a/CodeTools.md +++ b/CodeTools.md @@ -18,6 +18,7 @@ An overview of tools that will help improve your Go code - [gojson](https://github.com/ChimeraCoder/gojson) - Another Go struct generator. - [gonerics.io](http://bouk.co/blog/idiomatic-generics-in-go/) - Idiomatic Generics in Go - [gotemplate](https://github.com/ncw/gotemplate) - Package-based templating system for Go + - [sqlgen](https://github.com/drone/sqlgen) - Generate Go code for SQL interactions. ## Refactoring - [Refactoring with go fmt](http://spf13.com/post/go-fmt/) diff --git a/Projects.md b/Projects.md index f6834774..6bd7f4df 100644 --- a/Projects.md +++ b/Projects.md @@ -429,6 +429,7 @@ See also [[SQLDrivers page|SQLDrivers]]. * [go-store](https://github.com/gosuri/go-store) - Data-store library for Go that provides a set of platform-independent interfaces to persist and retrieve key-value data. * [hood](https://github.com/eaigner/hood) - Database agnostic ORM for Go. Supports Postgres and MySQL. * [qbs](https://github.com/coocood/qbs) - Query By Struct. Supports MySQL, PosgreSQL and SQLite3. + * [sqlgen](https://github.com/drone/sqlgen) - Go code generation for SQL interaction. * [xorm](https://github.com/go-xorm/xorm) - Simple and Powerful ORM for Go. ### Multiple wrappers