README.md

# Moxie
Moxie is a composable interface to database query generation that treats all data as immutable (once saved)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

  1. Add moxie to your list of dependencies in `mix.exs`:

        def deps do
          [{:moxie, "~> 0.0.1"}]
        end

  2. Ensure moxie is started before your application:

        def application do
          [applications: [:moxie]]
        end