Postgrex.INET (Postgrex v0.20.0)

View Source

Struct for PostgreSQL inet / cidr.

Fields

  • address
  • netmask

Summary

Types

t()

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