prisma-engines icon indicating copy to clipboard operation
prisma-engines copied to clipboard

Features flag for sql/mongodb for query-engine is broken and non-existant in query-engine-node-api.

Open chrismatteson opened this issue 2 years ago • 2 comments

Having the ability to compile a smaller binary or node API library is crucial for cold-start sensitive applications like serverless functions. It looks like there was an intention of including this functionality as it's partially included, but does not fully work to provide significantly reduced sizes.

chrismatteson avatar Sep 22 '22 23:09 chrismatteson

Created this pull request.

chrismatteson avatar Sep 22 '22 23:09 chrismatteson

I figure it's worth mentioning that this has already been addressed here, and is the reason that I maintain my own fork that supports enabling individual databases for query-core and migration-core that will be consumed by Prisma Client Rust 0.6.2

Brendonovich avatar Sep 23 '22 04:09 Brendonovich