basho / eleveldb

Erlang LevelDB API
262 stars 177 forks source link

Can I use elevelDb if I am not using riak? #94

Closed ghost closed 10 years ago

ghost commented 10 years ago

It is not clear to me from the readme if this is meant to be used as a riak backend only. Can it be used as an embedded database library like say levelup.

Thanks.

seancribbs commented 10 years ago

Yes. Some settings tend to be Riak-specific, but you can definitely use this independently of Riak.

ghost commented 10 years ago

Thanks for the answer Sean . I have got one more question. Is there any documentation of the api apart from unit tests.