prorm API Reference
    Preparing search index...

    Interface CreateUserOptions

    interface CreateUserOptions {
        host?: string;
        password?: string;
        passwordHash?: string;
        authPlugin?: string;
        requireSSL?: boolean;
        maxConnections?: number;
        maxQueriesPerHour?: number;
        maxUpdatesPerHour?: number;
        maxConnectionsPerHour?: number;
        defaultRole?: string;
        ifNotExists?: boolean;
        comment?: string;
        expirePassword?: boolean | Date;
        accountLocked?: boolean;
    }
    Index
    host?: string
    password?: string
    passwordHash?: string
    authPlugin?: string
    requireSSL?: boolean
    maxConnections?: number
    maxQueriesPerHour?: number
    maxUpdatesPerHour?: number
    maxConnectionsPerHour?: number
    defaultRole?: string
    ifNotExists?: boolean
    comment?: string
    expirePassword?: boolean | Date
    accountLocked?: boolean