Surge
Amazon DynamoDB for Elixir
The library is still very much a work in progress.
Installation
If available in Hex, the package can be installed as:
-
Add
surgeto your list of dependencies inmix.exs:
```elixir
def deps do
[{:surge, "~> 0.0.1"}]
end
```-
Ensure
surgeis started before your application:
```elixir
def application do
[applications: [:surge]]
end
```