README.md

# Waffle.Ecto [![Sponsored by Evrone][evrone-img]][evrome-url]

[evrone-img]: https://img.shields.io/badge/Sponsored_by-Evrone-brightgreen.svg
[evrome-url]: https://evrone.com?utm_source=waffle

[![Codeship Status for elixir-waffle/waffle_ecto][codeship-img]][codeship-url]
[![Hex.pm Version][hex-img]][hex-url]
[![waffle_ecto documentation][hexdocs-img]][hexdocs-url]

[codeship-img]: https://app.codeship.com/projects/60167fe0-aa59-0137-be69-2259d5318dee/status?branch=master
[codeship-url]: https://app.codeship.com/projects/361675
[hex-img]: http://img.shields.io/hexpm/v/waffle_ecto.svg
[hex-url]: https://hex.pm/packages/waffle_ecto
[hexdocs-img]: http://img.shields.io/badge/hexdocs-documentation-brightgreen.svg
[hexdocs-url]: https://hexdocs.pm/waffle_ecto

Waffle.Ecto provides an integration with [Waffle](https://github.com/elixir-waffle/waffle) and Ecto.

[Documentation](https://hexdocs.pm/waffle_ecto)

## Installation

Add the latest stable release to your `mix.exs` file:

```elixir
defp deps do
  [
    {:waffle_ecto, "~> 0.0.7"}
  ]
end
```

Then run `mix deps.get` in your shell to fetch the dependencies.

## Development

[Development documentation](/documentation/development.md)

## License

Copyright 2019 Boris Kuznetsov
Copyright 2015 Sean Stavropoulos

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.