Commits
Click on a commit to change the comparison rangefeat: implement Database traits for either::Either
Adds Database, DatabaseCommit, and DatabaseRef trait implementations
for the either::Either type, allowing it to be used as a database
abstraction that can hold one of two different database types.