Skip to content

Commit c2faeba

Browse files
committed
Update extensions section
1 parent 01622d4 commit c2faeba

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,24 @@ If you are a Typescript user, you will need the Node.js type definitions to use
7171
npm install -D @types/node
7272
```
7373

74-
## Troubleshooting
74+
## Driver Extensions
7575

7676
The MongoDB driver can optionally be enhanced by the following feature packages:
7777

78-
- [Zstd network compression](https://github.com/mongodb-js/zstd)
79-
- [Snappy network compression](https://github.com/Brooooooklyn/snappy)
80-
- [GSSAPI / SSPI / Kerberos authentication](https://github.com/mongodb-js/kerberos)
81-
- [AWS authentication](https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-providers)
82-
- [MongoDB field level and queryable encryption](https://github.com/mongodb/libmongocrypt#readme)
78+
Maintained by MongoDB:
79+
80+
- Zstd network compression - [@mongodb-js/zstd](https://github.com/mongodb-js/zstd)
81+
- MongoDB field level and queryable encryption - [mongodb-client-encryption](https://github.com/mongodb/libmongocrypt#readme)
82+
- GSSAPI / SSPI / Kerberos authentication - [kerberos](https://github.com/mongodb-js/kerberos)
83+
84+
Some of these packages include native C++ extensions.
85+
Consult the [trouble shooting guide here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/etc/notes/native-extensions.md) if you run into compilation issues.
86+
87+
Third party:
88+
89+
- Snappy network compression - [snappy](https://github.com/Brooooooklyn/snappy)
90+
- AWS authentication - [@aws-sdk/credential-providers](https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-providers)
8391

84-
Some of these packages include native C++ extensions. Consult the [trouble shooting guide here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/etc/notes/native-extensions.md) if you run into issues.
8592

8693
## Quick Start
8794

0 commit comments

Comments
 (0)