Ecto.Mnesia
TODO: Add description
Installation
If available in Hex, the package can be installed as:
Add
ecto_mnesia
to your list of dependencies inmix.exs
:def deps do [{:ecto_mnesia, "~> 0.1.0"}] end
Ensure
ecto_mnesia
is started before your application:def application do [applications: [:ecto_mnesia]] end
If published on HexDocs, the docs can be found at https://hexdocs.pm/ecto_mnesia