pgator.db.pq.types.inet

PostgreSQL network types binary format. *

Members

Structs

PQInetAddress
struct PQInetAddress

Struct holds PostgreSQL 'cidr' and 'inet' data types. Supports IPv4 and IPv6 with explicit mask designation (CIDR model).

PQMacAddress
struct PQMacAddress

MAC address. Struct holds 6 octets of the address. * Serializes to bson as string like 'xx:xx:xx:xx:xx:xx'

Meta

Authors

NCrashed <ncrashed@gmail.com>

License

Subject to the terms of the MIT license, as written in the included LICENSE file.