Socket
Socket
Sign inDemoInstall

next-prisma-plugin

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    next-prisma-plugin

Next.js plugin to enable hot reloading of the Prisma Client


Version published
Weekly downloads
40
decreased by-40.3%
Maintainers
1
Install size
10.7 kB
Created
Weekly downloads
 

Readme

Source

NextJS Plugin for Prisma

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

Keywords

FAQs

Last updated on 29 Sep 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc