Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# MongoDB Node.js Driver with Optional Callback Support Legacy Package
# MongoDB Node.js Driver with Optional Callback Support Legacy Package (DEPRECATED)

**Attention :memo:**

This is a wrapper of the `mongodb` driver, if you are starting a new project you likely just want to use the driver directly:
This is a wrapper of the `mongodb` driver, compatible with versions 4.x-6.x ONLY. There will be no 7.x+ compatible version. If you are starting a new project please use the driver directly:

- [Driver Source](https://github.com/mongodb/node-mongodb-native/)
- [Driver NPM Package](https://www.npmjs.com/package/mongodb)
Expand Down Expand Up @@ -102,6 +102,7 @@ The following version combinations with the [MongoDB Node.js Driver](https://git

| | `[email protected]` | `[email protected]` | `[email protected]` |
| ------------- | -------------------- | -------------------- | -------------------- |
| `[email protected]` | N/A | N/A | N/A |
| `[email protected]` | N/A | N/A | ✓ |
| `[email protected]` | N/A | ✓ | N/A |
| `[email protected]` | ✓ | N/A | N/A |
Expand Down
Loading