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

    Interface TypedOpenConfig<DB>

    interface TypedOpenConfig<DB> {
        tables: TableNames<DB>[];
        role?: string;
    }

    Type Parameters

    • DB
    Index

    Properties

    Properties

    tables: TableNames<DB>[]
    role?: string