Packages

A thin wrapper around the rust scylla crate: https://crates.io/crates/scylla.

Current section

Files

Jump to
ex_scylla README.md
Raw

README.md

# ExScylla
* Minimal interface & abstraction
* * Easy to maintain & to add new features as they arrive in the rust driver
* * Users of ExScylla should be able to leverage the rust driver documentation
## Installation
```elixir
def deps do
[
{:ex_scylla, "~> 0.1.0"}
]
end
```