Chronicle. Schema
(chronicle v0.1.2)
Copy Markdown
Optional audit policy for an Ecto schema.
No declaration is required for the default: all persisted fields are captured, while common credential fields are protected.
only and except narrow which changes are reported; redact, hash,
and omit withhold a value and therefore make versions containing it
non-restorable. erasable stores authenticated ciphertext that remains
restorable only while its external key exists. See
Chronicle.Ecto.Policy for the full contract.