prorm API Reference
    Preparing search index...

    Interface ExclusionOptions

    Options for

    decorator (PostgreSQL)

    interface ExclusionOptions {
        using?: string;
        elements: string[];
        name?: string;
    }
    Index
    using?: string

    Index using method (gist, btree, etc.)

    elements: string[]

    Exclusion elements with operators

    name?: string

    Constraint name