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/docs/guides/8-migration-v1.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ TypeORM requires newer versions of the database client libraries.
14
14
15
15
The `connectorPackage` option was removed, together with the support for the old `mysql` client. The only database client supported is now `mysql2`, which TypeORM will try to load by default. If you were using `mysql` in your project, simply replace it with `mysql2`.
16
16
17
+
## MongoDB
18
+
19
+
The internal MongoDB types are no longer exported. You can import `ObjectId` from `mongodb` instead of `typeorm`.
20
+
17
21
## SQLite
18
22
19
23
Drop support to `sqlite3` in favour of `better-sqlite3` as the primary driver for `sqlite` databases:
0 commit comments