Rowguard - RLS Policy DSL - v0.2.0
GitHub
Preparing search index...
TypedOwnedConfig
Interface TypedOwnedConfig<DB>
interface
TypedOwnedConfig
<
DB
>
{
tables
:
TableNames
<
DB
>
[]
;
userColumn
?:
ColumnNames
<
DB
,
TableNames
<
DB
>
>
;
operations
?:
CrudOp
[]
;
role
?:
string
;
}
Type Parameters
DB
Index
Properties
tables
user
Column?
operations?
role?
Properties
tables
tables
:
TableNames
<
DB
>
[]
Optional
user
Column
userColumn
?:
ColumnNames
<
DB
,
TableNames
<
DB
>
>
Optional
operations
operations
?:
CrudOp
[]
Optional
role
role
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
tables
user
Column
operations
role
GitHub
Rowguard - RLS Policy DSL - v0.2.0
Loading...