View Source Exandra.Inet (exandra v0.11.0)
Ecto.Type
for inets.
examples
Examples
schema "devices" do
field :last_ip, Exandra.Inet
end
Link to this section Summary
Functions
Callback implementation for Ecto.Type.embed_as/1
.
Callback implementation for Ecto.Type.equal?/2
.
Link to this section Types
@type t() :: :inet.ip_address()
The type for an Exandra inet.
Link to this section Functions
Callback implementation for Ecto.Type.embed_as/1
.
Callback implementation for Ecto.Type.equal?/2
.