import { mongoose } from "https://deno.land/x/mongoose@8.6.3/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()
.