SeaQL / sea-orm

🐚 An async & dynamic ORM for Rust
https://www.sea-ql.org/SeaORM/
Apache License 2.0
6.57k stars 461 forks source link

Bring back rocket_okapi support #2136

Closed m4tx closed 3 months ago

m4tx commented 4 months ago

PR Info

This brings back rocket_okapi support - see the issue linked below for details.

In addition to that, it modifies the rocket_okapi_example slightly by changing to SQLite by default (to make running the example a bit easier) and updates the rocket_cors dependency.

New Features

Bug Fixes

Breaking Changes

Changes