fauh45 / ra-data-simple-prisma

Prisma tools and Data Adapter for React Admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Admin & Prisma & Next.js

Check the example app to see common usages or use it as a boilerplate.

Packages

ra-data-simple-prisma

Examples

example app

Development

Use the example app to test the changes.

In root folder run

pnpm dev

this will spin both example app and package in dev mode

Common issues

  • If there is an error in the backend regarding prisma not finding a table, run npx prisma generate

TODOs

  • Add all combos in README
  • add next-auth

About

Prisma tools and Data Adapter for React Admin


Languages

Language:TypeScript 95.6%Language:JavaScript 4.4%