It would be nice to have the output in result.errors have aliases substituted for 'left' and 'right' Something like, ``` result = compare(left_uri, right_uri, left_alias='alpha_db', right_alias='omega_db') ``` This would be really useful in the unit tests I'm writing so failures in the results would indicate which db is which