Documentation
    Preparing search index...

    Interface IbmiDialectOptions

    interface IbmiDialectOptions {
        odbcModule?: typeof odbc;
    }
    Index
    odbcModule?: typeof odbc

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

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