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
The latest version of `@prisma/extension-read-replicas` requires **Prisma 7.0+** and uses a new API that requires passing full `PrismaClient` instances instead of connection URLs. This change is necessary due to Prisma 7's architectural changes.
24
24
25
-
If you're using Prisma 6.x or earlier, see the [Prisma v6 section](#for-prisma-v6-users) below.
25
+
If you're using Prisma 6.x or earlier, see the note below.
0 commit comments