Crate nakago_sea_orm
source ·Expand description
§nakago-sea-orm: A SeaORM integration for Nakago
Re-exports§
pub use config::Config;
pub use config::DatabasePool;
pub use connection::CONNECTION;
Modules§
- Database Config
- Database Connections
Enums§
- Handle a database connection depending on the backend enabled by the feature flags. This creates a database pool. This will be
Clone
unless the feature flagmock
is enabled.