Go to file
Ryan Schmukler 23c36ab9f2 feat(stream): add support for stream_keys/2 and stream/2 2016-08-08 21:25:44 -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 feat(): add auto-encoding of non-binaries 2016-08-08 13:32:20 -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

Installation

If available in Hex, the package can be installed as:

  1. Add rox to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:rox, "~> 0.1.0"}]
end
```

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)