We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8916500 commit 9a0f124Copy full SHA for 9a0f124
docs/field-level-encryption.md
@@ -40,7 +40,6 @@ The encryption key in the following example is insecure; MongoDB recommends usin
40
41
```javascript
42
const { ClientEncryption } = require('mongodb');
43
-// const { ClientEncryption } = require('mongodb-client-encryption'); As of version 6, ClientEncryption is moved to main mongodb driver.
44
const mongoose = require('mongoose');
45
46
run().catch(err => console.log(err));
0 commit comments