Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 370 Bytes

File metadata and controls

22 lines (16 loc) · 370 Bytes

Ecto IP Range

Ecto/Postgrex types to work with the PostgreSQL IP4R extension.

Setup

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

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

License

Apache License, Version 2.0