Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Prisma v6 #42

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

clemens
Copy link

@clemens clemens commented Dec 6, 2024

Prisma 6 has just hit the shelves. This PR adds support for it by relaxing the version constraint of the peer dependency and explicitly using v6 for testing.

While I was at it, I also updated the README to include instructions on how to run the tests locally using Docker.

This would fix #41.

@erawk
Copy link

erawk commented Dec 17, 2024

Given Prisma 6.1 is due to be released later today, could we get some attention here to loosen the restrictions @SevInf ?

Copy link

@erawk erawk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for updating the README with the development notes.

@SevInf
Copy link
Contributor

SevInf commented Dec 17, 2024

Given Prisma 6.1 is due to be released later today, could we get some attention here to loosen the restrictions @SevInf ?

Hey @erawk, I no longer work for Prisma, and have no write access to this repo anymore, you'll have to ask one of my ex-collegues for this.

@mproios
Copy link

mproios commented Jan 10, 2025

Any updates on this? Since the release of v6 our read replicas from Neon DB are not working with this extension.

@erawk
Copy link

erawk commented Jan 10, 2025

Any updates on this? Since the release of v6 our read replicas from Neon DB are not working with this extension.

I think this extension is effectively unsupported by Prisma now. The main developer on it and others from the org have also left.

My company has forked it and patched with the great work from @clemens : https://github.com/with-power/extension-read-replicas

Feel free to use it.

@mproios
Copy link

mproios commented Jan 10, 2025

Any updates on this? Since the release of v6 our read replicas from Neon DB are not working with this extension.

I think this extension is effectively unsupported by Prisma now. The main developer on it and others from the org have also left.

My company has forked it and patched with the great work from @clemens : https://github.com/with-power/extension-read-replicas

Feel free to use it.

Unfortunately this fork does not seem to work with 6.2.1 as we are getting "Cannot read property 'findMany' of undefined" for any and all Prisma queries.

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.

Update package to work with prisma 6
4 participants