pub async fn connect( db_uri: impl AsRef<str>, task_table_name: impl AsRef<str>, ) -> Result<(PgPool, TaskTables)>