Function setDriver

  • Overwrites the current driver used by this Mongoose instance. A driver is a Mongoose-specific interface that defines functions like find().

    Parameters

    • driver: any

    Returns mongoose.Mongoose

Generated using TypeDoc