README.md

# Footprint

**Track changes to your database with Ecto.**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `footprint` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:footprint, "~> 0.1.0"}
  ]
end
```