Skip to content

Commit 05f7b97

Browse files
committed
updated documentation
1 parent 4d6afd8 commit 05f7b97

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
@@ -22,14 +22,14 @@ to implement the current requirements for the driver.
2222
* [ ] Understand the magic in the code
2323
* [x] Simplify code: remove raw_find (raw_find called from cursors, raw_find called with "$cmd"), so raw_find is more calling a command than a find query.
2424
* [x] Better support for new MongoDB version, for example the ability to use views
25-
* [x] Upgrade to DBConnection 2.x
25+
* [x] Upgrade to ([DBConnection 2.x](https://github.com/elixir-ecto/db_connection))
2626
* [x] Removed depreacated op codes ([See](https://docs.mongodb.com/manual/reference/mongodb-wire-protocol/#request-opcodes))
2727
* [ ] Because the driver is used in production environments, quick adjustments are necessary.
2828

2929
## Features
3030

3131
* Supports MongoDB versions 3.2, 3.4, 3.6, 4.0
32-
* Connection pooling (through DBConnection 2.x)
32+
* Connection pooling ([through DBConnection 2.x](https://github.com/elixir-ecto/db_connection))
3333
* Streaming cursors
3434
* Performant ObjectID generation
3535
* Follows driver specification set by 10gen

0 commit comments

Comments
 (0)