SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface SqliteSchemaGenerationOptions

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

    Hierarchy (View Summary)

    Index

    Properties

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