oleiade/Elevator

Expose a Database object

oleiade opened this issue · 0 comments

Today, DatabaseHandler exposes it's databases informations as dict, which from outside the object is sometimes not "sexy" nor straight forward to use.
Let's wrap it in an object that would for example expose a .mount .umount or .status method itself.