ash_archival/README.md
2022-07-13 15:17:04 -04:00

362 B

Ash Archival

A small but useful resource extension for Ash Framework, which configures resources to be archived instead of destroyed.

Installation

The package can be installed by adding ash_archival to your list of dependencies in mix.exs:

def deps do
  [
    {:archival, "~> 0.1.1-rc.0"}
  ]
end