README.md

# Octo

[![Build Status](https://travis-ci.org/connorjacobsen/octo.svg?branch=master)](https://travis-ci.org/connorjacobsen/octo)

Octo uses the `facade` pattern to distribute reads and writes to different [ecto](https://github.com/elixir-ecto/ecto) repos.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `octo` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:octo, "~> 0.1.0"}
  ]
end
```