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!
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:
However, this results in the following error:
Issue
It seems that either:
The internal file structure changed in v0.15.0
Or the documentation has not been updated to reflect recent changes
Request
Could you please:
Confirm whether the import path has changed in v0.15.0
Ensuring the documentation aligns with the current package structure will help developers avoid confusion when upgrading.
Thanks!