# StaticContext v0.2.2 - Table of Contents

In-memory lookup data with uniform query API.

## Pages

- [Changelog](changelog.md)

## Modules

- [StaticContext](StaticContext.md): Generates standard data access functions for static lookup modules at compile time.
- [StaticContext.Schema](StaticContext.Schema.md): Schema helpers for referencing static lookup modules from Ecto schemas.
- [StaticContext.Type](StaticContext.Type.md): Parameterized Ecto type for `StaticContext` lookup modules.
- [StaticContext.Validate](StaticContext.Validate.md): Validation helpers used by the EEx templates in `priv/templates/static_context/`.

## Mix Tasks

- [mix static_context.install](Mix.Tasks.StaticContext.Install.md): Applies static_context setup to the project

