chore: update Prisma add-on to v7.2.0#284
Conversation
- Update prisma CLI from ^6.16.3 to ^7.2.0 - Update @prisma/client and adapters from ^7.0.0 to ^7.2.0 - Fix PrismaBetterSqlite3 import name (was PrismaBetterSQLite3)
|
Just wanted to jump in and highlight that this is an important fix because the Prisma CLI commands currently break and can't run with the current This problem is rooted in the fact that A similar fix is also noted in this PR: #264 This issue seems to stem from a merged PR that the Prisma team was working on to bump up the Tanstack/Prisma configuration files to V7. Seems like they missed to bump up the Finally, the Tanstack Start / Prisma docs contain an error (and honestly could be improved for usability). I mentioned this error in another one of their PRs, which you can find here: prisma/docs#7258 (comment) |
Update Prisma add-on packages to v7.2.0:
prismaCLI:^6.16.3→^7.2.0@prisma/clientand adapters:^7.0.0→^7.2.0PrismaBetterSqlite3import name