Skip to main content

connect_pool

Function connect_pool 

Source
pub async fn connect_pool(
    config: &DatabaseConfig,
) -> DatabaseResult<DatabasePool>
Expand description

Connects a SQLx pool for the default enabled adapter.