Packages

Simple memory database for Erlang application using MVCC to store the data.

Current section

Files

Jump to
memstore src memstore.app.src
Raw

src/memstore.app.src

{application,memstore,
[{description,"Simple memory database for Erlang application using MVCC to store the data."},
{vsn,"0.2.2"},
{registered,[]},
{mod,{memstore_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Benoit Chesneau"]},
{licenses,["MIT"]},
{links,[{"Gitlab","https://gitlab.com/barrel-db/memstore"}]}]}.