mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
added orm section
This commit is contained in:
parent
d15ab4ffab
commit
88c335a571
14
README.md
14
README.md
@ -10,6 +10,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
|
||||
- [Authentication and OAuth](#authentication-and-oauth)
|
||||
- [Database](#database)
|
||||
- [Database Drivers](#database-drivers)
|
||||
- [ORM](#orm)
|
||||
- [Imagery](#imagery)
|
||||
- [Text Processing](#text-processing)
|
||||
- [Testing](#testing)
|
||||
@ -84,6 +85,19 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
|
||||
* [gomemcache](https://github.com/bradfitz/gomemcache/) - memcache client library for the Go programming language.
|
||||
|
||||
|
||||
## ORM
|
||||
|
||||
*Libraries that implement Object-Relational Mapping or datamapping techniques.*
|
||||
|
||||
* [BeeDB](https://github.com/astaxie/beedb) - go ORM,support database/sql interface,pq/mysql/sqlite.
|
||||
* [GORM](https://github.com/jinzhu/gorm) - The fantastic ORM library for Golang, aims to be developer friendly.
|
||||
* [gorp](https://github.com/coopernurse/gorp) - Go Relational Persistence, ORM-ish library for Go.
|
||||
* [hood](https://github.com/eaigner/hood) - Database agnostic ORM for Go.
|
||||
* [QBS](https://github.com/coocood/qbs) - Stands for Query By Struct. A Go ORM.
|
||||
* [Xorm](https://github.com/go-xorm/xorm) - Simple and powerful ORM for Go.
|
||||
* [upper.io/db](https://upper.io/db) - Single interface for interacting with different data sources through the use of adapters that wrap mature database drivers.
|
||||
|
||||
|
||||
## Imagery
|
||||
|
||||
*Libraries for manipulating images.*
|
||||
|
Loading…
Reference in New Issue
Block a user