Skip to content

Commit d00bef3

Browse files
authored
Merge branch 'main' into rel-0-8
2 parents e16cfe1 + f050b06 commit d00bef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
Server-side driver library for MongoDb implemented in pure Dart. Server side means all packages using dart:io, dart:html are not accepted.
88

99
**NOTE**
10-
Starting from release 6.0 of MongDb the old messages structure has been removed (almost completely). This means that some commands cannot be annymore executed. As per compatibility reasons with (very) old releases we are returning in some wrappers (like `insert` method) the result of this commands (in detail `getLastError` command), to let your programs work you should use instead the OP_MSG version. In general this methods are prefixed with `modern`, but this is not the case for all.
11-
For example, instead of `insert`, you should use `insertOne`, and instead of `update` you should use `updateOne` or `updateMany`.
10+
Starting from this version of mongo_dart, we will on support rleases starting from MongoDb 4.2.
11+
All APIs hav been revisited to reflect the last versions of the commands.
1212

1313
## Apis
1414

0 commit comments

Comments
 (0)