Re-exports§
pub use connection::Database;pub use pool::DatabasePool;pub use pool::PoolConfig;pub use pool::PooledConnectionGuard;
Modules§
Functions§
- close_
pool - Close the global pool
- get_
connection - Get a connection from the global pool
- get_
database_ path - get_
pool_ stats - Get pool statistics
- initialize_
database - initialize_
pool - Initialize the global database pool
- initialize_
pool_ with_ config - Initialize the global database pool with custom configuration