All Projects → prisma-labs → next-prisma-plugin

prisma-labs / next-prisma-plugin

Licence: MIT license
No description, website, or topics provided.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].