oleiade / Elevator

Elevator is an open source, on-disk key-value store. Provides high-performance bulk read-write operations over very large datasets while exposing a simple and efficient API.
http://elevator.readthedocs.org
MIT License
71 stars 12 forks source link

Expose a Database object #123

Closed oleiade closed 11 years ago

oleiade commented 11 years ago

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.