We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c906a commit b59f887Copy full SHA for b59f887
packages/effect-mongodb/README.md
@@ -25,4 +25,9 @@ To inspect MongoDB test instance:
25
3. Paste the URI
26
4. Click Advanced Connection Options
27
5. Enable `Direct Connection`
28
-6. Click `Connect`
+6. Click `Connect`
29
+
30
+Useful links to explore mongodb package:
31
32
+- https://mongodb.github.io/node-mongodb-native/Next/classes/Collection.html (with links to source code)
33
+- https://www.mongodb.com/docs/v7.0/reference/method/js-collection/
0 commit comments