API Reference Altex.Repo v0.1.0
Modules
An Entity
is a wrapper around any data
that implements the
Persistable
protocol.
It's aim is to handle and track changes. (Yes, think about
Ecto.Changeset but different)
A protocol for all data types handled in Altex.Entity
and Altex.Repo