NextJS Plugin for Prisma (Very Experimental)
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