jnylen / auditor

Auditor is an audit log tracker that doesn't limit you to any ORM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auditor

Auditor is an audit log tracker for handling changes in a database.

It does not have any ORM requirements other than being pointed at an module that can then proxy the respones to the specific ORM.

Installation

The package can be installed by adding auditor to your list of dependencies in mix.exs:

def deps do
  [
    {:auditor, "~> 0.1.0"}
  ]
end

Documentation the docs can be found at https://hexdocs.pm/auditor.

About

Auditor is an audit log tracker that doesn't limit you to any ORM.

License:MIT License


Languages

Language:Elixir 100.0%