File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,11 @@ MongoDB Node Driver
24
24
Introduction
25
25
------------
26
26
27
- Welcome to the official MongoDB Node.js driver documentation.
27
+ Welcome to the documentation site for the official MongoDB Node.js
28
+ driver. You can add the driver to your application to work with MongoDB
29
+ in JavaScript. Download it using `npm <https://www.npmjs.com/>`__
30
+ or set up a runnable project by following our Quick Start guide.
28
31
29
- Connect your Node.js applications to MongoDB and work with your data
30
- using the Node.js driver. The driver features an asynchronous API that you can
31
- use to access method return values through Promises or specify callbacks to
32
- access them when communicating with MongoDB.
33
-
34
- On this page, you can find descriptions of each section of the driver
35
- documentation.
36
32
37
33
Quick Start
38
34
-----------
You can’t perform that action at this time.
0 commit comments