pub async fn create_pool( conn: &str, pool_size: u32, timeout: Duration, ) -> EResult<DbPool>
Creates a pool to use it without the module