Crate sea_orm_rocket
source ·Expand description
SeaORM Rocket support crate.
Re-exports
pub use rocket;
Modules
Re-export of the
figment
crate.
Semi-hierarchical configuration so con-free, it’s unreal.Structs
Base configuration for all database drivers.
A request guard which retrieves a single connection to a
Database
.A mock object which impl
Pool
, for testing onlyEnums
A general error type for use by
Pool
implementors and returned by the Connection
request
guard.