Skip to content

tufan-io/wasm-dmmf

Repository files navigation

wasm-dmmf

Install

# set registry config
npm config set @tufan-io:registry https://npm.pkg.github.com/tufan-io

# install the package
npm i @tufan-io/wasm-dmmf

Usage

_1 and _2

We have ${something}_1 and ${something}_2.

Development

Build

npm run build

Test

npm run test

Since wasm-dmmf is intended to used in browser, it is hard to test here. So npm run test will build it for node and test it.

Prisma Engine Version

  1. Cargo.toml
dmmf = { git = "https://github.com/prisma/prisma-engines/", tag = "4.5.0" }
psl = { git = "https://github.com/prisma/prisma-engines/", tag = "4.5.0" }
  1. Package.json
"version": "4.5.0",
"dependencies": {
  "@prisma/generator-helper": "^4.5.0"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published