Rowguard - RLS Policy DSL - v0.2.0
    Preparing search index...

    Interface TypedTenantConfig<DB>

    interface TypedTenantConfig<DB> {
        tables: TableNames<DB>[];
        column?: ColumnNames<DB, TableNames<DB>>;
        source?: ContextValue;
        userColumn?: ColumnNames<DB, TableNames<DB>>;
        ownerPolicies?: boolean;
        role?: string;
    }

    Type Parameters

    • DB
    Index

    Properties

    tables: TableNames<DB>[]
    source?: ContextValue
    userColumn?: ColumnNames<DB, TableNames<DB>>
    ownerPolicies?: boolean
    role?: string