HephaestusEcto (hephaestus_ecto v0.3.0)

Copy Markdown View Source

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