prorm API Reference
    Preparing search index...

    Interface DataTypeHStore

    PostgreSQL HStore key-value type Requires extension: CREATE EXTENSION IF NOT EXISTS hstore

    interface DataTypeHStore {
        toSql?: () => string;
        key: "HSTORE";
    }

    Hierarchy (View Summary)

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