Documentation
    Preparing search index...

    Interface Db2DialectOptions

    interface Db2DialectOptions {
        ibmDbModule?: __module;
    }
    Index
    ibmDbModule?: __module

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

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