A small extension for setting up resources to be archived instead of destroyed.
Find a file
2024-09-07 08:09:39 -04:00
.github test: more tests for archival, including postgres tests 2024-09-05 15:03:20 -04:00
.vscode
config test: more tests for archival, including postgres tests 2024-09-05 15:03:20 -04:00
documentation test: more tests for archival, including postgres tests 2024-09-05 15:03:20 -04:00
lib improvement: Add attribute_type to configure archived_at timestamp (#56) 2024-08-30 18:14:09 -04:00
priv test: more tests for archival, including postgres tests 2024-09-05 15:03:20 -04:00
test test: fix test logging behavior 2024-09-07 08:08:08 -04:00
.check.exs
.credo.exs
.formatter.exs improvement: add exclude_upsert_actions configuration 2024-07-18 11:27:20 -04:00
.gitignore
.tool-versions
CHANGELOG.md chore: release version v1.0.3 2024-08-16 11:31:07 -04:00
LICENSE
mix.exs test: more tests for archival, including postgres tests 2024-09-05 15:03:20 -04:00
mix.lock chore: update deps 2024-09-07 08:09:39 -04:00
README.md

Logo Logo

Elixir CI License: MIT Hex version badge Hexdocs badge

AshArchival

AshArchival is an Ash extension that provides a push-button solution for soft deleting records, instead of destroying them.

Tutorials

Topics

Reference