You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,12 @@ Core Server (i.e. SERVER) project are **public**.
40
40
41
41
Change history can be found in [`HISTORY.md`](HISTORY.md).
42
42
43
+
# Compatibility
44
+
45
+
Compatibility with MongoDB can be found [here](https://docs.mongodb.com/ecosystem/drivers/driver-compatibility-reference/#reference-compatibility-mongodb-node).
46
+
47
+
Compatibility with NodeJS can be found [here](https://docs.mongodb.com/ecosystem/drivers/driver-compatibility-reference/#reference-compatibility-language-node).
48
+
43
49
# Installation
44
50
45
51
The recommended way to get started using the Node.js 3.0 driver is by using the `npm` (Node Package Manager) to install the dependency in your project.
0 commit comments