Skip to content

Commit c5e5c4f

Browse files
authored
Update README.md
1 parent b52bee4 commit c5e5c4f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
<img src="https://user-images.githubusercontent.com/47688578/168461127-aeadaaf5-224d-4664-8a1d-4789c4ee9281.jpg" width="210">
88
</div>
99

10+
## ATTENTION
11+
12+
**Deno have added the support for npm modules. so you can also use `npm:mongodb`
13+
driver from now.**\
14+
Each of these two drivers has its own advantages and disadvantages. you can
15+
follow [this](https://github.com/denodrivers/mongo/issues/380) issue for more
16+
details. In short:
17+
18+
- if you want to use basic MongoDB operations and you don't care about
19+
stability, this driver just works.
20+
- if you want most of MongoDB feature working with Deno and you don't care about
21+
the possible overheads by using node compat layer, you may try the
22+
`npm:mongodb` driver
23+
1024
[![tag](https://img.shields.io/github/tag/manyuanrong/deno_mongo.svg)](https://github.com/manyuanrong/deno_mongo/releases)
1125
[![Build Status](https://github.com/manyuanrong/deno_mongo/workflows/ci/badge.svg?branch=main)](https://github.com/manyuanrong/deno_mongo/actions)
1226
[![license](https://img.shields.io/github/license/manyuanrong/deno_mongo.svg)](https://github.com/manyuanrong/deno_mongo)

0 commit comments

Comments
 (0)