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: docs/guides/migrate7.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,12 @@ This also includes function renames:
80
80
-`MongoInstance.run` -> `MongoInstance.start`
81
81
-`MongoInstance.kill` -> `MongoInstance.stop`
82
82
83
+
### getUri by default does not include any dbName anymore
84
+
85
+
This was changed to allow mongodb and mongoose URI's to work at the same time (they slightly differ).
86
+
87
+
[See the code comment for more information](https://github.com/nodkz/mongodb-memory-server/blob/3624253f509a54cff04997943894b9eb7e7e64fe/packages/mongodb-memory-server-core/src/util/utils.ts#L13-L17)
0 commit comments