MongoDB driver for tsbean-orm, an ORM for TypeScript. Current version 4.0.2, requires tsbean-orm 3.0.0 and Node >= 16.0.0. Built on the official mongodb driver. Key differentiator: integrates seamlessly with TSBean ORM's entity management and query system, providing a type-safe MongoDB persistence layer. Supports ESM and CommonJS. Released as part of the TSBean ecosystem.
npm install tsbean-driver-mongoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a MongoDB datasource and set it as the default for tsbean-orm.
Update tsbean-orm to 3.0.0.
Upgrade Node.js to 16.0.0 or later.
Use import { MongoDriver } from 'tsbean-driver-mongo'.Run `npm install tsbean-driver-mongo tsbean-orm`.
Use `import { MongoDriver } from 'tsbean-driver-mongo'`.