View Source RecordListEcto
A library with Ecto step implementations of RecordList. Refer to the documentation for each step, as well as the tests for more information.
installation
Installation
If available in Hex, the package can be installed
by adding record_list_ecto to your list of dependencies in mix.exs:
def deps do
[
{:record_list, "~> 0.1.3"}
{:record_list_ecto, "~> 0.1.2"}
]
end