ash_archival/README.md
2022-10-17 13:30:54 -05:00

357 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.2"}
  ]
end