UNPKG

@notross/mongo-singleton

Version:

A lightweight, zero-fuss way to get a single shared MongoDB connection across your Node.js codebase.

9 lines 229 B
import { ServerApiVersion } from 'mongodb'; export const defaultConfig = { serverApi: { version: ServerApiVersion.v1, strict: true, deprecationErrors: true, }, }; //# sourceMappingURL=config.js.map