pub async fn create_connection_pool(
config: &DatabaseConfig,
) -> Result<PgPool, AppError>Available on crate feature
persistence only.pub async fn create_connection_pool(
config: &DatabaseConfig,
) -> Result<PgPool, AppError>persistence only.