Ecto.Type for inets.
Examples
schema "devices" do
field :last_ip, Exandra.Inet
end
Summary
Functions
Callback implementation for Ecto.Type.embed_as/1.
Callback implementation for Ecto.Type.equal?/2.
Types
@type t() :: :inet.ip_address()
The type for an Exandra inet.
Functions
Callback implementation for Ecto.Type.embed_as/1.
Callback implementation for Ecto.Type.equal?/2.