prorm API Reference
    Preparing search index...

    Interface TablespaceOptionsFn

    Options for

    decorator (PostgreSQL)

    interface TablespaceOptionsFn {
        name: string;
        indexTablespace?: string;
        parameters?: Record<string, string | number>;
    }
    Index
    name: string

    Name of the tablespace

    indexTablespace?: string

    Index tablespace (if different)

    parameters?: Record<string, string | number>

    Storage parameters for the tablespace