journal v0.1.1 API Reference

Modules

Journal tracks changes (i.e. Insert, Updates, Deletes) on Ecto Schemas. This can be useful for a variety of cases, such as for keeping an activity log or for auditing changes to tables over time.

Mix Tasks

Generate a migration to add tracking capabilities to an Ecto Schema

Generate a migration to add the journal table, indexes and stored procedure to your schema.