ash_archival/README.md
2022-08-23 21:48:23 -04:00

15 lines
362 B
Markdown

# Ash Archival
A small but useful resource extension for [Ash Framework](https://github.com/ash-project/ash), 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`:
```elixir
def deps do
[
{:archival, "~> 0.1.1-rc.3"}
]
end
```