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

Investigate only bundling required database connectors #41

Closed
Brendonovich opened this issue Apr 21, 2022 · 7 comments
Closed

Investigate only bundling required database connectors #41

Brendonovich opened this issue Apr 21, 2022 · 7 comments

Comments

@Brendonovich
Copy link
Owner

Would probably involve modifying prisma-engines

@John0x
Copy link
Contributor

John0x commented May 2, 2022

Is there a workaround for this right now?
Takes ages to download from within docker

@Brendonovich
Copy link
Owner Author

@John0x Not currently, I have to modify prisma-engines to do so and just don't have time to do it right now. You could try utilising docker layer caching and building primsa-client-rust separately to your other dependencies with cargo build -p prisma-client-rust.

@Brendonovich Brendonovich added this to the 0.6.0 milestone May 29, 2022
@Brendonovich
Copy link
Owner Author

Gonna put this on hold again, I just don't have time atm

@Brendonovich
Copy link
Owner Author

Brendonovich commented Aug 19, 2022

Issue opened in prisma/prisma

@oscartbeaumont
Copy link
Collaborator

I just opened PR prisma/prisma-engines#3157 about separating the sql and monogdb features. I will be interested if they merge it because the Prisma Engines already had a convention to feature gate sql vs monogodb but it just wasn't done properly everywhere.

@Brendonovich
Copy link
Owner Author

This now works on the feature-gate-dbs branch. Will be doing testing to see if it's suitable for release.

@Brendonovich
Copy link
Owner Author

72dbb63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants