Adding SQLGen
diff --git a/CodeTools.md b/CodeTools.md
index 323425c..cfb18d7 100644
--- a/CodeTools.md
+++ b/CodeTools.md
@@ -18,6 +18,7 @@
- [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/)