prorm API Reference
← Documentation
GitLab
Preparing search index...
index
RoleOptions
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
Properties
if
Not
Exists?
create
Role?
superuser?
replication?
bypass
RLS?
password?
inherit?
login?
connection
Limit?
comment?
Properties
Optional
if
Not
Exists
ifNotExists
?:
boolean
Optional
create
Role
createRole
?:
boolean
Optional
superuser
superuser
?:
boolean
Optional
replication
replication
?:
boolean
Optional
bypass
RLS
bypassRLS
?:
boolean
Optional
password
password
?:
string
Optional
inherit
inherit
?:
boolean
Optional
login
login
?:
boolean
Optional
connection
Limit
connectionLimit
?:
number
Optional
comment
comment
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
if
Not
Exists
create
Role
superuser
replication
bypass
RLS
password
inherit
login
connection
Limit
comment
← Documentation
GitLab
prorm API Reference
Loading...