API Reference record_list v0.1.3

modules

Modules

A struct that builds a list of records defined by a query by initialising with a set of parameters and passing the struct through a sequence of steps. A pagination struct RecordList.Pagination is built to capture the paging information.

A module that builds a RecordList.Pagination.t() struct with information about the paging of the records.

A behaviour to be implemented by the implementation modules of steps defined in the options to the RecordList.__using__/1 macro.