Crate sea_orm_rocket

Crate sea_orm_rocket 

Source
Expand description

SeaORM Rocket support crate.

Re-exports§

pub use rocket;

Modules§

figment
Re-export of the figment crate. 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 Fairing which initializes a Database and its connection pool.
MockPool
A mock object which impl Pool, for testing only

Enums§

Error
A general error type for use by Pool implementors and returned by the Connection request guard.

Traits§

Database
Derivable trait which ties a database Pool with a configuration name.
Pool
Generic Database driver connection pool trait.

Derive Macros§

Database
Automatic derive for the Database trait.