SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface SqliteInspectorOptions

    interface SqliteInspectorOptions {
        tables?: string[];
        excludeTables?: string[];
        includeInternalTables?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    tables?: string[]
    excludeTables?: string[]
    includeInternalTables?: boolean