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

Implement db options handling #145

Closed oleiade closed 11 years ago

oleiade commented 11 years ago

User should be able to provide options to the db on it's creation. Just like it was the case in Python version.

Plus, taking inspiration from riak documentation to document it would be neat.