mneudert / ecto_ip_range

Ecto/Postgrex types to work with the PostgreSQL IP4R extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.2.0"},
    # ...
  ]
end

License

Apache License, Version 2.0

About

Ecto/Postgrex types to work with the PostgreSQL IP4R extension

License:Apache License 2.0


Languages

Language:Elixir 100.0%