prorm API Reference
    Preparing search index...

    Interface FdwUserMappingOptions

    Maps a local role to credentials on a foreign server.

    interface FdwUserMappingOptions {
        serverName: string;
        user: string;
        options?: Record<string, string>;
        ifNotExists?: boolean;
    }
    Index
    serverName: string
    user: string
    options?: Record<string, string>
    ifNotExists?: boolean