next-prisma-plugin-webpack5
TypeScript icon, indicating that this package has built-in type declarations

0.0.0-dripip • Public • Published

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

/next-prisma-plugin-webpack5/

    Package Sidebar

    Install

    npm i next-prisma-plugin-webpack5

    Weekly Downloads

    153

    Version

    0.0.0-dripip

    License

    MIT

    Unpacked Size

    14.2 kB

    Total Files

    15

    Last publish

    Collaborators

    • andyeskridge