RLS DSL - v0.1.0
    Preparing search index...

    Interface SQLGenerationOptions

    Options for SQL generation

    interface SQLGenerationOptions {
        includeIndexes?: boolean;
    }
    Index

    Properties

    Properties

    includeIndexes?: boolean

    Generate CREATE INDEX statements for columns used in policy conditions

    false