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 only
Enums§
- A general error type for use by
Pool
implementors and returned by theConnection
request guard.
Traits§
- Derivable trait which ties a database
Pool
with a configuration name. - Generic
Database
driver connection pool trait.
Derive Macros§
- Automatic derive for the
Database
trait.