pub async fn connect_pool(
config: &DatabaseConfig,
) -> DatabaseResult<DatabasePool>Expand description
Connects a SQLx pool for the default enabled adapter.
pub async fn connect_pool(
config: &DatabaseConfig,
) -> DatabaseResult<DatabasePool>Connects a SQLx pool for the default enabled adapter.