3 releases
0.7.2 | Dec 11, 2024 |
---|---|
0.7.1 | Dec 5, 2024 |
0.7.0 | Dec 5, 2024 |
#1497 in Database interfaces
125KB
2K
SLoC
Crash ORM Rocket integration
This is an integration for Crash ORM into rocket.
See the provided tests to learn how to use this library.
lib.rs
:
This crate integrates crash_orm into rocket.
To use this crate, attach the [CrashOrmDatabaseFairing] or [CrashOrmDatabaseMigrationFairing] to your rocket instance.
You can then access your configured connection with the request guard &State<CrashOrmDatabaseConnection>
.
Dependencies
~19–50MB
~862K SLoC