prorm API Reference
    Preparing search index...

    Interface HStoreOptions

    Options for HStore type

    interface HStoreOptions {
        useNative?: boolean;
    }
    Index
    useNative?: boolean

    Whether to use native HStore or JSONB fallback