README.md
# SchemaAssertions
ExUnit assertions for Ecto schemas.
Work in progress.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `schema_assertions` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:schema_assertions, "~> 0.1"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/schema_assertions](https://hexdocs.pm/schema_assertions).
## Other useful schema-related libraries
* [excellent_migrations](https://hexdocs.pm/excellent_migrations/readme.html)
## License
This code is available under the Apache 2.0 license. See also [license](./license.txt).
Based on code from [Epi Viewpoint](https://github.com/RatioPBC/epi-viewpoint).