surge
surge copied to clipboard
Amazon DynamoDB for Elixir
Surge
Amazon DynamoDB for Elixir
The library is still very much a work in progress.
Installation
- 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
```
Test
$ docker-compose run test
Reference
Support Type
- blob
- boolean
- blob_set
- list
- map
- number_set
- null
- number
- string
- string_set