Ecto/Postgrex types to work with the PostgreSQL
IP4R
extension.
Add the library as a dependency to your mix.exs
file:
defp deps do
[
# ...
{:ecto_ip_range, "~> 0.1.0"},
# ...
]
end
Ecto/Postgrex types to work with the PostgreSQL IP4R extension
ElixirApache-2.0
Ecto/Postgrex types to work with the PostgreSQL
IP4R
extension.
Add the library as a dependency to your mix.exs
file:
defp deps do
[
# ...
{:ecto_ip_range, "~> 0.1.0"},
# ...
]
end