Documentation
    Preparing search index...

    Interface MySqlDialectOptions

    interface MySqlDialectOptions {
        mysql2Module?: __module;
        showWarnings?: boolean;
    }
    Index
    mysql2Module?: __module

    The mysql2 library to use. If not provided, the mysql2 npm library will be used. Must be compatible with the mysql2 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