aiji42 / prisma-data-proxy-alt

This is a library to alternate and self-host the Prisma Data Proxy (cloud.prisma.io)
MIT License
201 stars 28 forks source link

Support plannetscale database #34

Open chaonengs opened 1 year ago

chaonengs commented 1 year ago

Facts:

Solution: Maybe update the prisma version? I have tired change the version in package.json, and then run build, but it occured error when building.

chaonengs commented 1 year ago

I managed to upgradde to prisma 4.15.0 by using @prisma/internals replace of @prisnam/sdk but the query does not work well, it always return 404 error from the dp server