mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add an orm: gosql (#3089)
* Update README.md add a orm :gosql * Update README.md add an ORM go-sql * 增加go-sql,调整顺序
This commit is contained in:
parent
7b71e21b0c
commit
3e27d63fe2
@ -1378,6 +1378,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [go-firestorm](https://github.com/jschoedt/go-firestorm) - A simple ORM for Google/Firebase Cloud Firestore.
|
||||
* [go-pg](https://github.com/go-pg/pg) - PostgreSQL ORM with focus on PostgreSQL specific features and performance.
|
||||
* [go-queryset](https://github.com/jirfag/go-queryset) - 100% type-safe ORM with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support based on GORM.
|
||||
* [go-sql](https://github.com/rushteam/gosql) - A easy ORM for mysql.
|
||||
* [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) - A flexible and powerful SQL string builder library plus a zero-config ORM.
|
||||
* [go-store](https://github.com/gosuri/go-store) - Simple and fast Redis backed key-value store library for Go.
|
||||
* [GORM](https://github.com/jinzhu/gorm) - The fantastic ORM library for Golang, aims to be developer friendly.
|
||||
|
Loading…
Reference in New Issue
Block a user