After upgrading to Prisma Studio v0.15.0, the documented import path for the Postgres HTTP client appears to be outdated.
The documentation currently suggests:
import { createPrismaPostgresHttpClient } from "@prisma/studio-core/data/ppg";
However, this results in the following error:
Cannot find module '@prisma/studio-core/data/ppg'
Issue
It seems that either:
Request
Could you please:
Thanks!