prorm API Reference
    Preparing search index...

    Interface FdwImportForeignSchemaOptions

    Options for importing a remote schema wholesale, with optional limits on which tables come across.

    interface FdwImportForeignSchemaOptions {
        localSchema?: string;
        limitTo?: string[];
        except?: string[];
        options?: Record<string, string>;
    }
    Index
    localSchema?: string
    limitTo?: string[]
    except?: string[]
    options?: Record<string, string>