Go to file
Ryan Schmukler f8dbe6a0db feat(): add delete, restore basic testing 2017-03-21 14:59:34 -04:00
config initial commit 2016-08-08 11:51:04 -04:00
lib feat(): add delete, restore basic testing 2017-03-21 14:59:34 -04:00
native/rox_nif feat(): add delete, restore basic testing 2017-03-21 14:59:34 -04:00
test feat(): add delete, restore basic testing 2017-03-21 14:59:34 -04:00
.gitignore wip(rustler): wip port to rustler 2017-02-27 19:36:14 -05:00
README.md docs(): further document features 2016-08-08 21:29:29 -04:00
mix.exs wip(rustler): wip port to rustler 2017-02-27 19:36:14 -05:00
mix.lock wip(rustler): wip port to rustler 2017-02-27 19:36:14 -05:00

README.md

Rox

Elixir wrapper around leo-project/erocksdb providing RocksDB as NIFs to Elixir

Installation

Slow down there cow-boy. This library is still a WIP.

Features

  • String friendly wrapping around erlang char lists
  • Auto encoding of non-binary types (tuples, maps, lists, etc) via :erlang.term_to_binary/1. (Use decode: true on get or stream)
  • Exposure of Streams of data via stream_keys/2 and stream/2