pub fn get_db_pool() -> &'static DbPoolExpand description
Returns a reference to the global database pool.
ยงPanics
Panics if init_db_pool has not been called yet.
pub fn get_db_pool() -> &'static DbPoolReturns a reference to the global database pool.
Panics if init_db_pool has not been called yet.