<div dir="ltr">Hi all,<br><br>I just released rocksdb 1.0.0 a binding of rocksdb for Erlang based applications. Enjoy the stable API :) RocksDB is a  library that provides an embeddable, persistent key-value store for fast storage, you can find more information about it on <a href="http://rocksdb.org">http://rocksdb.org</a>.<br><br>erlang-rocksdb 1.0.0 includes the following changes:<br><br>- first stable version<br>- miscellaneous build improvements with new build options and optimisations: <a href="https://gitlab.com/barrel-db/erlang-rocksdb/blob/master/doc/customize_rocksdb_build.md">https://gitlab.com/barrel-db/erlang-rocksdb/blob/master/doc/customize_rocksdb_build.md</a><br>- stable API<br><br>Most people will want to start with the Getting Started section of our wiki: <a href="https://gitlab.com/barrel-db/erlang-rocksdb/wikis/Getting-started">https://gitlab.com/barrel-db/erlang-rocksdb/wikis/Getting-started</a>. Full API reference: <a href="https://gitlab.com/barrel-db/erlang-rocksdb/blob/master/doc/rocksdb.md">https://gitlab.com/barrel-db/erlang-rocksdb/blob/master/doc/rocksdb.md</a><br><br>Sources are available on gitlab: <br><a href="https://gitlab.com/barrel-db/erlang-rocksdb/tree/master">https://gitlab.com/barrel-db/erlang-rocksdb/tree/master</a><br><br>Or via hex:<br><a href="https://hex.pm/packages/rocksdb">https://hex.pm/packages/rocksdb</a><br><br>Enjoy!<br><br>Benoît.</div>