mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
Update sqlboiler path (#1527)
The repo was transferred to volatiletech, then forked back to vattle with a "moved" message.
This commit is contained in:
parent
7212acc5cf
commit
128ef33fb5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user