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