1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-10 21:45:57 +00:00

add sqlx example

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-08-30 18:24:24 +03:00
parent 77ce225c2f
commit b9f38be9ea
3 changed files with 115 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
* Database
* [MySQL, Groupcache & Docker](database/mysql)
* [MongoDB](database/mongodb)
* [Sqlx](database/orm/sqlx/main.go)
* [Xorm](database/orm/xorm/main.go)
* [Gorm](database/orm/gorm/main.go)
* [Reform](database/orm/reform/main.go)