# `HephaestusEcto`
[🔗](https://github.com/lucas-stellet/hephaestus_ecto/blob/v0.3.0/lib/hephaestus_ecto.ex#L1)

Ecto/PostgreSQL storage adapter for Hephaestus workflow instances.

## Usage

    defmodule MyApp.Hephaestus do
      use Hephaestus,
        storage: {HephaestusEcto.Storage, repo: MyApp.Repo}
    end

## Setup

    $ mix hephaestus_ecto.gen.migration
    $ mix ecto.migrate

---

*Consult [api-reference.md](api-reference.md) for complete listing*
