Support Prisma ORM 8

Author: kinglouieCreated May 15, 2026Updated Sep 17, 2026
Labelstarget: patchdatabase

Is this suited for github?

  • Yes, this is suited for github

Is your feature request related to a problem? Please describe.

Prisma is working on a full TS rewrite called prisma next. It is not a minor update, the whole API surface is new, so the current Prisma adapter will not work with it.

There is a new ORM client db.orm with composable select, where, include and take calls, plus a separate SQL plan builder db.sql. I think a separate adapter for prisma next makes more sense than trying to evolve the existing one, given the completly new api surface. First pre 1.0 versions are already on npm, so it is possible to start trying things out. Repo: https://github.com/prisma/prisma-next Would the you be open to a prisma next adapter? Happy to help test once something lands.

Describe the solution you'd like

Describe alternatives you've considered

No response

Additional context

No response