View Source API Reference Confeature v0.1.2
Modules
Defines a macro for implementing your own feature settings store on top of Ecto and the cache store of your choice.
A behaviour module for implementing a key-value store cache. Rather than
implementing its own, Confeature
lets you pick the implementation and
leaves the details at your own discretion. Callbacks will be executed to
avoid sending queries to the database on each call of your Confeature
store.
Default (and void) caching strategy.
Defines an Ecto migration to create the necesary table to store your feature settings.
Internal module to perform SQL operations.
Defines an internal Ecto schema and changeset used to store Features.
Defines an internal custom Ecto.Type that lets Ecto cast a Feature module into a valid SQL fragment, and vice-versa.