ash_archival/README.md

16 lines
362 B
Markdown
Raw Normal View History

2022-07-14 06:29:49 +12:00
# Ash Archival
2022-07-14 07:08:54 +12:00
A small but useful resource extension for [Ash Framework](https://github.com/ash-project/ash), which configures resources to be archived instead of destroyed.
2022-07-14 06:29:49 +12:00
## Installation
The package can be installed by adding `ash_archival` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
2022-07-14 07:17:04 +12:00
{:archival, "~> 0.1.1-rc.0"}
2022-07-14 06:29:49 +12:00
]
end
```