Skip to content

Conversation

@AmanVarshney01
Copy link
Contributor

Update Prisma add-on packages to v7.2.0:

  • prisma CLI: ^6.16.3^7.2.0
  • @prisma/client and adapters: ^7.0.0^7.2.0
  • Fix PrismaBetterSqlite3 import name

- 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)
@ahmed33033
Copy link

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 prisma versions noted in the package.json.

This problem is rooted in the fact that prisma V7 introduced breaking changes to their configuration files.

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 prisma CLI as well. Here is a link to that PR: #232

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)

@jherr jherr merged commit 53be2bb into TanStack:main Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants