ash_archival/README.md

25 lines
1.1 KiB
Markdown
Raw Normal View History

![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-black-text.png?raw=true#gh-light-mode-only)
![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-white-text.png?raw=true#gh-dark-mode-only)
2022-07-14 06:29:49 +12:00
![Elixir CI](https://github.com/ash-project/ash_archival/workflows/CI/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Hex version badge](https://img.shields.io/hexpm/v/ash_archival.svg)](https://hex.pm/packages/ash_archival)
[![Hexdocs badge](https://img.shields.io/badge/docs-hexdocs-purple)](https://hexdocs.pm/ash_archival)
2022-07-14 06:29:49 +12:00
# AshArchival
2022-07-14 06:29:49 +12:00
AshArchival is an [Ash](https://hexdocs.pm/ash) extension that provides a push-button solution for soft deleting records, instead of destroying them.
2022-07-14 06:29:49 +12:00
## Tutorials
2022-11-07 08:18:08 +13:00
- [Get Started with AshArchival](documentation/tutorials/get-started-with-ash-archival.md)
2022-11-07 08:18:08 +13:00
## Topics
2022-11-07 08:18:08 +13:00
- [How does AshArchival work?](documentation/topics/how-does-ash-archival-work.md)
- [Unarchiving](documentation/topics/unarchiving.md)
## Reference
- [AshArchival DSL](documentation/dsls/DSL:-AshArchival.Resource.md)