prorm API Reference
    Preparing search index...

    Interface DataTypeInet

    PostgreSQL INET type for IP addresses

    interface DataTypeInet {
        toSql?: () => string;
        key: "INET";
    }

    Hierarchy (View Summary)

    Index
    toSql?: () => string
    key: "INET"