@prisma/dmmf

v0.1.26
Converts a Prisma datamodel + schema into the DMMF

tsc

tsc -d

test

jest src/__tests__/*.test.ts

build

rm -rf dist && npm run tsc

start

ts-node-dev --respawn --transpileOnly src/index.ts

prepublish

npm run test && npm run build
npm i @prisma/dmmf

Metadata

Downloads