MongoDB Node.js Driver
JSON →Official MongoDB driver for Node.js, maintained by MongoDB Inc. Current stable version is 7.2.0 (released 2025-08-13). Requires Node.js >=20.19.0 and ESM-only since v7. Regularly released every few months, with LTS versions supported for 3 years. Key differentiators: directly integrates with MongoDB protocol, supports connection pooling, transactions, change streams, and modern authentication (AWS IAM, OIDC). Users migrating from v6 must update imports and Node.js version.
Resources
packagemongodb ↗