prorm API Reference
    Preparing search index...

    Interface DataTypeJSONB

    PostgreSQL's binary JSON: indexable and faster to query than DataTypeJSON, at the cost of not preserving key order or whitespace.

    interface DataTypeJSONB {
        toSql?: () => string;
        key: "JSONB";
    }

    Hierarchy (View Summary)

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