README.md

# ExCouch

[![version](https://img.shields.io/hexpm/v/ex_couch)](https://hex.pm/packages/ex_couch)
[![build status](https://github.com/enseadaio/enseada/workflows/tests/badge.svg)](https://github.com/enseadaio/ex_couch/actions)
[![license](https://img.shields.io/github/license/enseadaio/ex_couch)](./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).