Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 524 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 524 Bytes

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

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