Skip to content

Creates and manages a Versions resource for a resource.

License

Notifications You must be signed in to change notification settings

nallwhy/ash_paper_trail

 
 

Repository files navigation

AshPaperTrail

Creates and manage a version tracking resource for a given resource.

The version resource's changes attribute will be a dumped map of the original resource. You can configure it to be a complete snapshot or just the changes.

Setup

First, add ash_paper_trail dependency

def deps do
  [
    ...
    {:ash_paper_trail, "~> 0.1.2-rc.0"}
  ]
end

The follow the getting started guide

About

Creates and manages a Versions resource for a resource.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%