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

    Interface TypedImmutableConfig<DB>

    interface TypedImmutableConfig<DB> {
        tables: TableNames<DB>[];
        userColumn?: ColumnNames<DB, TableNames<DB>>;
        allowRead?: boolean;
        role?: string;
    }

    Type Parameters

    • DB
    Index

    Properties

    tables: TableNames<DB>[]
    userColumn?: ColumnNames<DB, TableNames<DB>>
    allowRead?: boolean
    role?: string