prisma-client-rust
prisma-client-rust copied to clipboard
Investigate only bundling required database connectors
Would probably involve modifying prisma-engines
Is there a workaround for this right now? Takes ages to download from within docker
@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.
Gonna put this on hold again, I just don't have time atm
Issue opened in prisma/prisma
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.
This now works on the feature-gate-dbs branch. Will be doing testing to see if it's suitable for release.
72dbb636473d3b93ede4fc99361b4cb8533dd72b