Documentation
    Preparing search index...

    Interface MariaDbDialectOptions

    interface MariaDbDialectOptions {
        mariaDbModule?: __module;
        showWarnings?: boolean;
    }
    Index
    mariaDbModule?: __module

    The mariadb library to use. If not provided, the mariadb npm library will be used. Must be compatible with the mariadb npm library API.

    Using this option should only be considered as a last resort, as the Sequelize team cannot guarantee its compatibility.

    showWarnings?: boolean

    Show warnings if there are any when executing a query