9 Commits

Author SHA1 Message Date
Chris Tsang
f66834f6e6 update examples 2023-02-01 23:46:42 +08:00
Billy Chan
4e3a45c2f7
Fix clippy warnings (#1436) 2023-01-31 15:52:57 +08:00
Billy Chan
cbd7a8d1c9
Cleanup the use of vec![] (#1367)
* Public methods accept any IntoIterator as argument

* refactoring
2023-01-11 14:17:06 +08:00
Billy Chan
b2185af559
Cleaning up dependency (#1300)
* Dependency version cleanup

* Update build tool

* Disable default features

* [cli] disable default features
2022-12-16 15:52:00 +08:00
Chris Tsang
3be41808e9 update examples 2022-11-14 15:08:25 +08:00
Chris Tsang
00b45e25c4 update examples 2022-11-06 21:03:40 +08:00
Billy Chan
ecf49b5155
update examples 2022-10-27 16:03:45 +08:00
Chris Tsang
8d7aff12ba sea-orm-rocket 0.5.1 2022-10-16 17:33:59 +08:00
Erick Pacheco Pedraza
2cdc065b21
feat: support to Rocket-Okapi (#1071)
* feat: support to okapi

* fix: fmt checks

* chore: rocket-okapi-example: add required schemas

* chore: rocket-okapi-example: add dto

* chore: rocket-okapi-example: add custom error

* chore: rocket-okapi-example: add api controllers

* chore: rocket-okapi-example: add notes in Readme

* chore: make rocket_okapi optional

* refactor: delete rocket example from rocket_example

* chore: rocket-okapi-example: add base files for okapi example

* chore: rocket-okapi-example: add controllers and dto

* chore: rocket-okapi-example: add docs
2022-10-16 17:45:56 +08:00