rox/README.md

17 lines
329 B
Markdown
Raw Normal View History

2016-08-08 08:51:04 -07:00
# Rox
2016-08-08 09:45:13 -07:00
Elixir wrapper around
[leo-project/erocksdb](https://github.com/leo-project/erocksdb)
2016-08-08 08:51:04 -07:00
## Installation
If [available in Hex](https://hex.pm/docs/publish), 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
```