pub async fn get_indexer(
    conn: &mut PoolConnection<Postgres>,
    namespace: &str,
    identifier: &str
) -> Result<Option<RegisteredIndexer>>