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§
- config
- Database Config
- connection
- Database Connections
Enums§
- Database
Connection - Handle a database connection depending on the backend enabled by the feature
flags. This creates a database pool. This will be
Cloneunless the feature flagmockis enabled.