# `Parrhesia.Release`

Helpers for running Ecto tasks from a production release.

Intended for use from a release `eval` command where Mix is not available:

    bin/parrhesia eval "Parrhesia.Release.migrate()"
    bin/parrhesia eval "Parrhesia.Release.rollback(Parrhesia.Repo, 20260101000000)"

# `migrate`

Runs all pending Ecto migrations for every configured repo.

# `rollback`

Rolls back the given `repo` to the specified migration `version`.

---

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