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

add database/orm/reform example

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-08-01 03:46:51 +03:00
parent eacbcea653
commit acf058b006
10 changed files with 339 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
* [MongoDB](database/mongodb)
* [Xorm](database/orm/xorm/main.go)
* [Gorm](database/orm/gorm/main.go)
* [Reform](database/orm/reform/main.go)
* HTTP Server
* [HOST:PORT](http-server/listen-addr/main.go)
* [Public Test Domain](http-server/listen-addr-public/main.go)