couchdb_adapter

Not usable yet

WIP!

Apache CouchDB REST API client for Elixir.

ECTO compatibility impossible cause CouchDB is document oriented database.

Overview

Apache CouchDB REST API client for Elixir.

Features

Realised:

WIP:

Featured:

Installation

If available in Hex, the package can be installed by adding couchdb_adapter to your list of dependencies in mix.exs:

  def deps do
    [{:couchdb_adapter, "~> 0.1.0"}]
  end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/couchdb_adapter.