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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user