Skip to main content

get_connection_pool

Function get_connection_pool 

Source
pub fn get_connection_pool() -> Pool<ConnectionManager<SqliteConnection>>
Expand description

Get a clone of the shared connection pool. Useful when you need to pass the pool to a different context.