Ecto/PostgreSQL storage adapter for Hephaestus workflow instances.
defmodule MyApp.Hephaestus do use Hephaestus, storage: {HephaestusEcto.Storage, repo: MyApp.Repo} end
$ mix hephaestus_ecto.gen.migration $ mix ecto.migrate