Go to file
Ryan Schmukler e36964168e docs(): update project description 2016-08-08 21:27:48 -04:00
config initial commit 2016-08-08 11:51:04 -04:00
lib feat(stream): add support for stream_keys/2 and stream/2 2016-08-08 21:25:44 -04:00
test initial commit 2016-08-08 11:51:04 -04:00
.gitignore initial commit 2016-08-08 11:51:04 -04:00
README.md docs(): update project description 2016-08-08 21:27:48 -04:00
mix.exs wip(): add type definitions 2016-08-08 12:45:13 -04: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)