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

add a new x/sqlx sub-package and example

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-03-08 00:33:08 +02:00
parent 28af63fd84
commit 4ecc9e3831
8 changed files with 595 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ The codebase for Dependency Injection, Internationalization and localization and
## Fixes and Improvements
- Add a new [x/sqlx](/x/sqlx/) sub-package ([example](_examples/database/sqlx/main.go)).
- Add a new [x/reflex](/x/reflex) sub-package.
- Add `Context.ReadMultipartRelated` as requested at: [issues/#1787](https://github.com/kataras/iris/issues/1787).