SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface MySqlSchemaGenerationOptions

    interface MySqlSchemaGenerationOptions {
        schemas?: string[];
        tables?: string[];
        excludeTables?: string[];
        includeSystemSchemas?: boolean;
        format?: "typescript" | "javascript" | "cjs" | "json";
        importFrom?: string;
        includeImports?: boolean;
        classNameCasing?: "pascal" | "preserve";
        entityPropertyName?: "entity" | "dbEntity";
    }

    Hierarchy (View Summary)

    Index

    Properties

    schemas?: string[]
    tables?: string[]
    excludeTables?: string[]
    includeSystemSchemas?: boolean
    format?: "typescript" | "javascript" | "cjs" | "json"
    importFrom?: string
    includeImports?: boolean
    classNameCasing?: "pascal" | "preserve"
    entityPropertyName?: "entity" | "dbEntity"