Expand description
SeaORM Rocket support crate.
Re-exports§
pub use rocket;
Modules§
- figment
- Re-export of the
figmentcrate. Semi-hierarchical configuration so con-free, it’s unreal.
Structs§
- Config
- Base configuration for all database drivers.
- Connection
- A request guard which retrieves a single connection to a
Database. - Initializer
- A
Fairingwhich initializes aDatabaseand its connection pool. - Mock
Pool - A mock object which impl
Pool, for testing only
Enums§
- Error
- A general error type for use by
Poolimplementors and returned by theConnectionrequest guard.
Traits§
- Database
- Derivable trait which ties a database
Poolwith a configuration name. - Pool
- Generic
Databasedriver connection pool trait.