prorm API Reference
    Preparing search index...

    Base class for all data types

    Hierarchy (View Summary)

    Index
    key: "HSTORE" = ...
    useNative: boolean

    Whether to use native HStore or JSONB fallback

    • Serialize a value for storage based on this DataType

      Parameters

      • value: unknown

        The value to serialize

      Returns unknown

      The serialized value

    • Get the SQL to create the HStore extension (PostgreSQL)

      Returns string