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

Add xorm example

Former-commit-id: 89940d656398f0adab13b4cae921b645bab7894c
This commit is contained in:
kataras
2017-08-11 04:11:20 +03:00
parent 85cfaa2874
commit 6c6c6b2885
2 changed files with 79 additions and 0 deletions

View File

@@ -160,6 +160,10 @@ You can serve [quicktemplate](https://github.com/valyala/quicktemplate) files to
> The `context.ResponseWriter()` returns an enchament version of a http.ResponseWriter, these examples show some places where the Context uses this object. Besides that you can use it as you did before iris.
### ORM
- [Using xorm(Mysql, MyMysql, Postgres, Tidb, **SQLite**, MsSql, MsSql, Oracle)](orm/xorm/main.go)
### Miscellaneous
- [Request Logger](http_request/request-logger/main.go)