How to use the @prisma/get-platform.mayBeCompatible function in @prisma/get-platform

To help you get started, we’ve selected a few @prisma/get-platform examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github prisma / photonjs / packages / engine-core / src / NodeEngine.ts View on Github external
    const compatiblePlatforms = knownPlatforms.slice(1).filter(p => mayBeCompatible(p, platform))
    const binariesExist = await Promise.all(

@prisma/get-platform

This package is intended for Prisma's internal use

Apache-2.0
Latest version published 17 days ago

Package Health Score

95 / 100
Full package analysis

Similar packages