File: index.md

package info (click to toggle)
node-mongodb 3.6.4%2B~cs11.13.19-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 76,604 kB
  • sloc: javascript: 138,083; python: 429; sh: 52; makefile: 37
file content (46 lines) | stat: -rw-r--r-- 1,572 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
+++
date = "2015-03-17T15:36:56Z"
title = "index"
type = "index"
+++

# MongoDB Node.js Driver Documentation

Welcome to the MongoDB Node.js driver documentation.


## What's New

The [What's New]({{< relref "upgrade-migration/main.md" >}}) guide explains the major new features of the driver.

If you are upgrading from the 1.x series of the driver, consult the [Upgrading]({{< relref "upgrade-migration/upgrading.md" >}}) documentation for
information on recent changes.

## Starting points

* [Installing the driver]({{< relref "installation-guide/installation-guide.md" >}})
* [Quick start]({{< relref "quick-start/quick-start.md" >}})
* [CRUD operations]({{< relref "tutorials/crud.md" >}})
* [Connect]({{< relref "tutorials/connect/index.md" >}})

## Developing with ECMAScript Next

If you'd like to use the MongoDB driver with ESNext features such as Promises and `async`/`await`, here are some good starting points.

* [Connecting]({{< relref "reference/ecmascriptnext/connecting.md" >}})
* [CRUD operations]({{< relref "reference/ecmascriptnext/crud.md" >}})

## Next steps

* [Authentication]({{< relref "tutorials/connect/authenticating.md" >}})
* [Grid FS]({{< relref "tutorials/gridfs/streaming.md" >}})

## Advanced topics

Advanced features for the driver.

* [TLS]({{< relref "tutorials/connect/tls.md" >}})
* [Logging]({{< relref "reference/management/logging.md" >}})
* [APM]({{< relref "reference/management/apm.md" >}})
* [Topology monitoring]({{< relref "reference/management/sdam-monitoring.md" >}})
* [FAQ]({{< relref "reference/faq/index.md" >}})