SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface MySqlInspectorOptions

    interface MySqlInspectorOptions {
        schemas?: string[];
        tables?: string[];
        excludeTables?: string[];
        includeSystemSchemas?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    schemas?: string[]
    tables?: string[]
    excludeTables?: string[]
    includeSystemSchemas?: boolean