first version, based on mnesia_eleveldb
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
%% -*- erlang -*-
|
||||
{deps,
|
||||
[
|
||||
{rocksdb,"0.14.0"}
|
||||
]}.
|
||||
|
||||
{profiles,
|
||||
[
|
||||
{test,
|
||||
[
|
||||
{deps, [{proper, "1.2.0"}]}
|
||||
]}
|
||||
]}.
|
||||
Reference in New Issue
Block a user