prorm API Reference
    Preparing search index...

    Interface ExtensionOptions

    interface ExtensionOptions {
        ifNotExists?: boolean;
        schema?: string;
        version?: string;
        cascade?: boolean;
    }
    Index
    ifNotExists?: boolean

    Skip if it is already installed.

    true
    
    schema?: string

    Schema to install it into.

    version?: string

    A specific version, rather than the default.

    cascade?: boolean

    Install anything it depends on as well.