Skip to content

Commit ec13040

Browse files
committed
docs: update v1 migration guide for expo driver
1 parent a885632 commit ec13040

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/docs/guides/8-migration-v1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ Glob patterns are now handled by `tinyglobby` instead of `glob`. While `tinyglob
1111
## MySQL / MariaDB
1212

1313
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`.
14+
15+
## Expo
16+
17+
Support for the legacy Expo SQLite driver has been removed. The legacy API was removed by Expo in SDK v52, so you'll need to use Expo SDK v52 or later with the modern async SQLite API.

0 commit comments

Comments
 (0)