View Source API Reference EctoModel v0.0.1

Modules

EctoModel

EctoModel is a library that aims to overhaul your Ecto.Schemas with additional functionality such as easy, fluent querying of data as well as easy soft deletes!

A behaviour for defining a query/2 callback that can be used as an easy-to-use and fluent DSL for building Ecto queries in a consistent manner across different schemas.

Module responsible for allowing your schemas to opt into soft delete functionality.