View Source Postgrex.INET (Postgrex v0.16.5)

Struct for PostgreSQL inet / cidr.

fields

Fields

  • address
  • netmask

Link to this section Summary

Link to this section Types

@type t() :: %Postgrex.INET{address: :inet.ip_address(), netmask: nil | 0..128}