Update sqlboiler path (#1527)

The repo was transferred to volatiletech, then forked back to vattle with a "moved" message.
This commit is contained in:
Jake Bailey 2017-08-08 20:45:09 -07:00 committed by Avelino
parent 7212acc5cf
commit 128ef33fb5

View File

@ -844,7 +844,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [pop/soda](https://github.com/markbates/pop) - Database migration, creation, ORM, etc... for MySQL, PostgreSQL, and SQLite.
* [QBS](https://github.com/coocood/qbs) - Stands for Query By Struct. A Go ORM.
* [reform](https://github.com/go-reform/reform) - Better ORM for Go, based on non-empty interfaces and code generation.
* [SQLBoiler](https://github.com/vattle/sqlboiler) - ORM generator. Generate a featureful and blazing-fast ORM tailored to your database schema.
* [SQLBoiler](https://github.com/volatiletech/sqlboiler) - ORM generator. Generate a featureful and blazing-fast ORM tailored to your database schema.
* [upper.io/db](https://github.com/upper/db) - Single interface for interacting with different data sources through the use of adapters that wrap mature database drivers.
* [Xorm](https://github.com/go-xorm/xorm) - Simple and powerful ORM for Go.
* [Zoom](https://github.com/albrow/zoom) - Blazing-fast datastore and querying engine built on Redis.