Go to file
Ryan Schmukler 7ee6cd3a53 feat(): add count/1 2017-01-24 16:50:37 -05:00
config initial commit 2016-08-08 11:51:04 -04:00
lib feat(): add count/1 2017-01-24 16:50:37 -05:00
test feat(): add count/1 2017-01-24 16:50:37 -05:00
.gitignore initial commit 2016-08-08 11:51:04 -04:00
README.md docs(): further document features 2016-08-08 21:29:29 -04:00
mix.exs fix(): add erocksdb 2016-08-17 21:39:09 -07:00
mix.lock wip(): add type definitions 2016-08-08 12:45:13 -04: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