Documentation
    Preparing search index...

    Interface MsSqlDialectOptions

    interface MsSqlDialectOptions {
        tediousModule?: __module;
    }
    Index
    tediousModule?: __module

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

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