0.0.0-dripip • Published 3 years ago

next-prisma-plugin-webpack5 v0.0.0-dripip

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

NextJS Plugin for Prisma (Very Experimental)

Here Be Dragons npm npm (tag) PRs Welcome

Enables Hot Reloads for the Prisma Client

Install

yarn add -D next-prisma-plugin

Configuration

next.config.js

const withPrismaPlugin = require('next-prisma-plugin')

module.exports = withPrismaPlugin()

TODO

  • Windows Support
  • Tests
  • Automatic page reloads

Contributing

cd next-prisma-plugin
yarn
cd test-app && yarn
cd .. 
yarn dev