You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,14 @@ to implement the current requirements for the driver.
22
22
*[ ] Understand the magic in the code
23
23
*[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.
24
24
*[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))
26
26
*[x] Removed depreacated op codes ([See](https://docs.mongodb.com/manual/reference/mongodb-wire-protocol/#request-opcodes))
27
27
*[ ] Because the driver is used in production environments, quick adjustments are necessary.
0 commit comments