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