README.md
# ExCouch
[](https://hex.pm/packages/ex_couch)
[](https://github.com/enseadaio/ex_couch/actions)
[](./LICENSE)
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`:
```elixir
def deps do
[
{:ex_couch, "~> 0.1.0"}
]
end
```
## Quick start
TBD
## Documentation
Documentation can be found at [https://hexdocs.pm/ex_couch](https://hexdocs.pm/ex_couch).