prorm API Reference
    Preparing search index...

    Interface FdwForeignServerOptions

    A foreign server: the wrapper that reaches it and the connection options it needs. See the foreign-data-wrappers guide.

    interface FdwForeignServerOptions {
        fdw: string;
        options?: Record<string, string>;
        version?: string;
        ifNotExists?: boolean;
    }
    Index
    fdw: string
    options?: Record<string, string>
    version?: string
    ifNotExists?: boolean