prorm API Reference
    Preparing search index...

    Interface RoleOptions

    interface RoleOptions {
        ifNotExists?: boolean;
        createRole?: boolean;
        superuser?: boolean;
        replication?: boolean;
        bypassRLS?: boolean;
        password?: string;
        inherit?: boolean;
        login?: boolean;
        connectionLimit?: number;
        comment?: string;
    }
    Index
    ifNotExists?: boolean
    createRole?: boolean
    superuser?: boolean
    replication?: boolean
    bypassRLS?: boolean
    password?: string
    inherit?: boolean
    login?: boolean
    connectionLimit?: number
    comment?: string