1
0
mirror of https://github.com/avelino/awesome-go.git synced 2024-12-12 17:13:58 +00:00

Update Storm phrase and category ()

This commit is contained in:
Asdine El Hrychy 2017-04-14 00:35:20 +02:00 committed by Bo-Yi Wu
parent 7bfdbe8581
commit d30ea0b6f9

View File

@ -792,7 +792,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [QBS](https://github.com/coocood/qbs) - Stands for Query By Struct. A Go ORM.
* [reform](https://github.com/go-reform/reform) - A better ORM for Go, based on non-empty interfaces and code generation.
* [SQLBoiler](https://github.com/vattle/sqlboiler) - An ORM generator. Generate a featureful and blazing-fast ORM tailored to your database schema.
* [Storm](https://github.com/asdine/storm) - Simple and powerful ORM for BoltDB.
* [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) - A blazing-fast datastore and querying engine built on Redis.
@ -1173,6 +1172,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [sling](https://github.com/dghubble/sling) - Go HTTP requests builder for API clients.
* [spinner](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options.
* [sqlx](https://github.com/jmoiron/sqlx) - provides a set of extensions on top of the excellent built-in database/sql package.
* [Storm](https://github.com/asdine/storm) - Simple and powerful toolkit for BoltDB.
* [Task](https://github.com/go-task/task) - simple "Make" alternative
* [toolbox](https://github.com/viant/toolbox) - Slice, map, multimap, struct, function, data conversion utilities. Service router, macro evaluator, tokenizer.
* [ugo](https://github.com/alxrm/ugo) - ugo is slice toolbox with concise syntax for Go.