Skip to content

Example setup for testing and developing a Prisma Client extension locally

Notifications You must be signed in to change notification settings

millsp/prisma-local-client-extension-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Example setup to test and develop a Prisma Client extension locally

Build the extension first

cd simple-ext
pnpm install
pnpm run build
pnpm pack
ls -l

Install the extension in the example app

cd ../my-app
pnpm install
pnpm exec prisma db push --force-reset
pnpm exec prisma generate
pnpm exec prisma -v

Test the extension

ts-node src/index.ts
pnpm exec tsc

About

Example setup for testing and developing a Prisma Client extension locally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published