Crate sea_orm_rocket[][src]

Expand description

SeaORM Rocket support crate.

Re-exports

pub use rocket;

Modules

Re-export of the figment crate.

Structs

Base configuration for all database drivers.

A request guard which retrieves a single connection to a Database.

A Fairing which initializes a Database and its connection pool.

A mock object which impl Pool, for testing only

Enums

A general error type for use by Pool implementors and returned by the Connection 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.