interface-forge - v2.5.0
    Preparing search index...

    Type Alias DatabaseDefinition

    DatabaseDefinition: LocaleEntry<
        {
            collation: string[];
            column: string[];
            engine: string[];
            type: string[];
        },
    >

    The possible definitions related to databases.