File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments