add scaneo

This commit is contained in:
variadico 2015-06-22 01:01:02 -07:00
parent 14f48813fb
commit 042a581891

View File

@ -209,6 +209,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [Dotsql](https://github.com/gchaincl/dotsql) - Go library that helps you keep sql files in one place and use it with ease. * [Dotsql](https://github.com/gchaincl/dotsql) - Go library that helps you keep sql files in one place and use it with ease.
* [goqu](https://github.com/doug-martin/goqu) - An idiomatic SQL builder and query library. * [goqu](https://github.com/doug-martin/goqu) - An idiomatic SQL builder and query library.
* [scaneo](https://github.com/variadico/scaneo) - Generate Go code to convert database rows into arbitrary structs.
* [Squirrel](https://github.com/lann/squirrel) - Go library that helps you build SQL queries. * [Squirrel](https://github.com/lann/squirrel) - Go library that helps you build SQL queries.