README.md

# Ecto IP Range

Ecto/Postgrex types to work with the PostgreSQL
[`IP4R`](https://github.com/RhodiumToad/ip4r) extension.

## Setup

Add the library as a dependency to your `mix.exs` file:

```elixir
defp deps do
  [
    # ...
    {:ecto_ip_range, "~> 0.2.0"},
    # ...
  ]
end
```

## License

[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)