Skip to main content
Module

x/mongoose/types/index.d.ts>mongoose.setDriver

MongoDB object modeling designed to work in an asynchronous environment.
Go to Latest
function mongoose.setDriver
import { mongoose } from "https://deno.land/x/mongoose@8.4.0/types/index.d.ts";
const { setDriver } = mongoose;

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