Amazon DynamoDB for Elixir
The library is still very much a work in progress.
- Add
surge
to your list of dependencies inmix.exs
:
```elixir
def deps do
[{:surge, "~> 0.0.1"}]
end
```
- Ensure
surge
is started before your application:
```elixir
def application do
[applications: [:surge]]
end
```
$ docker-compose run test
- blob
- boolean
- blob_set
- list
- map
- number_set
- null
- number
- string
- string_set