ExCouch
A pure Elixir client for CouchDB. Supports only CouchDB 2, check the compatibility matrix for versions matching.
Installation
Add ex_couch to your list of dependencies in mix.exs:
def deps do
[
{:ex_couch, "~> 0.1.0"}
]
endQuick start
TBD
Documentation
Documentation can be found at https://hexdocs.pm/ex_couch.