mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Added go-firestorm ORM lib for firestore (#2576)
* Added go-firestorm library A simple ORM for Google/Firebase Cloud Firestore * added dot at the end
This commit is contained in:
parent
9f63a8fcf7
commit
50d26d61f0
@ -1227,6 +1227,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
*Libraries that implement Object-Relational Mapping or datamapping techniques.*
|
||||
|
||||
* [beego orm](https://github.com/astaxie/beego/tree/master/orm) - Powerful orm framework for go. Support: pq/mysql/sqlite3.
|
||||
* [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-sqlbuilder](https://github.com/huandu/go-sqlbuilder) - A flexible and powerful SQL string builder library plus a zero-config ORM.
|
||||
|
Loading…
Reference in New Issue
Block a user