View Source API Reference FatEcto v1.0.0
Modules
Provides functionality to sanitize records and convert data into views.
Provides a set of utility functions to simplify common Ecto operations such as querying, creating, updating, and deleting records.
Provides utility functions for FatEcto, including handling pagination limits, skip values, dynamic binding, and preloading associations.
Provides pagination functionality for Ecto queries.
Builds a where query
using dynamics.
Builds a where query
using dynamics and not condition.
Builds query with asc
or desc
order.
Where supports multiple query methods.
Provides functionality to sort Ecto queries based on user-defined rules.
Provides helper functions for sorting query parameters.
This module provides functionality for constructing dynamic where
or where not
queries in Ecto.
Builds queries after filtering fields based on user-provided filterable and overrideable fields.
Provides helper functions for filtering and processing query parameters.
Provides utility functions for validating Ecto changesets.
Provides utility functions for parsing and converting date-time values.
Provides utility functions for parsing integers from strings.
Provides utility functions for working with maps and structs.
Provides utility functions for working with network-related tasks.
Provides utility functions for generating random strings.
Provides utility functions for working with database tables.
Provides utility functions for working with UUIDs.
Paginator module can limit the number of records returned and also apply the offset and return meta information. You can use it inside a module.
This module sanitize the response by removing structs that are not loaded alognwith meta. It supports lists of maps, tuples and map.