All Projects → panter → ra-data-prisma

panter / ra-data-prisma

Licence: MIT license
Packages to connect react-admin with prisma version 2

Programming Languages

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

Projects that are alternatives of or similar to ra-data-prisma

Ra Data Opencrud
A react-admin data provider for Prisma and GraphCMS
Stars: ✭ 142 (+94.52%)
Mutual labels:  prisma, react-admin
redwood
The App Framework for Startups
Stars: ✭ 15,079 (+20556.16%)
Mutual labels:  prisma
react-chat-app
A real-time chat application with Node.js, Prisma, GraphQL, Next.js, React.js and Apollo.
Stars: ✭ 61 (-16.44%)
Mutual labels:  prisma
PRISMA2020
Produce PRISMA-2020 compliant flow diagrams
Stars: ✭ 58 (-20.55%)
Mutual labels:  prisma
cms30
🙌 #CMS30 | Free 30 CMS templates
Stars: ✭ 23 (-68.49%)
Mutual labels:  prisma
react-ant-admin
此框架使用与二次开发,前端框架使用react,UI框架使用ant-design,全局数据状态管理使用redux,ajax使用库为axios。用于快速搭建中后台页面。
Stars: ✭ 52 (-28.77%)
Mutual labels:  react-admin
danestves.com
✨ My portfolio built with Remix, Tailwind, Prisma, and Fly.io.
Stars: ✭ 9 (-87.67%)
Mutual labels:  prisma
zod-prisma
A custom prisma generator that creates Zod schemas from your Prisma model.
Stars: ✭ 349 (+378.08%)
Mutual labels:  prisma
prisma-json-schema-generator
A generator for Prisma 2 to generate a valid JSON Schema (v7)
Stars: ✭ 145 (+98.63%)
Mutual labels:  prisma
nikolovlazar.com
My personal site's repo built using Next.js, Chakra UI, MDX, Prisma, PlanetScale.
Stars: ✭ 126 (+72.6%)
Mutual labels:  prisma
mrapi
A framework for rapid development of API or DAL applications.
Stars: ✭ 20 (-72.6%)
Mutual labels:  prisma
Ararat
Ararat is the next-generation container/virtual machine control panel. It is your one-stop shop for single application containers, full system containers, and KVM instances
Stars: ✭ 21 (-71.23%)
Mutual labels:  prisma
veact-admin
🔏 Admin client for surmon.me blog powered by React & @veactjs
Stars: ✭ 39 (-46.58%)
Mutual labels:  react-admin
boilerplate
Boilerplate for @prisma-cms
Stars: ✭ 22 (-69.86%)
Mutual labels:  prisma
workshop-serverless-graphql
[AWSKRUG Serverless Group 2019] Serverless GraphQL Workshop
Stars: ✭ 80 (+9.59%)
Mutual labels:  prisma
ra-data-postgrest
react admin client for postgREST
Stars: ✭ 80 (+9.59%)
Mutual labels:  react-admin
prismabuilder.io
Build your Prisma schema visually in this easy-to-use web based tool
Stars: ✭ 161 (+120.55%)
Mutual labels:  prisma
fullstack-nextjs-ecommerce
Fullstack Next.js E-Commerce made with NextAuth + Prisma, Docker + TypeScript + React Query + Stripe + Tailwind Sentry and much more 🛒
Stars: ✭ 524 (+617.81%)
Mutual labels:  prisma
ra-input-markdown
A markdown editor for react-admin
Stars: ✭ 22 (-69.86%)
Mutual labels:  react-admin
midwayjs-crud
基于 Typescript+MidwayJs+Nacos 的微服务开发架构
Stars: ✭ 45 (-38.36%)
Mutual labels:  prisma

ra-data-prisma

Packages to connect react-admin 🧩 with prisma version 2 🌈

  • dataprovider: the dataprovider for the frontend
  • backend: tools to help making a nexus-prisma backend compatible with the data-provider

Usage

you need to add the dataprovider to your react-admin app. Your backend needs additional resolver for all the resoures you gonna need. backend package will help you with making your backend compatible with the dataprovider!

See the readmes above for further information.

Develop

call yarn install to set it up.

yarn test to run unit tests.

Some tests use an actual introspection result from a nexus-prisma backend. If you want to extend the underlying model do:

  • edit datamodel.prisma to alter the underlying prisma model
  • edit testSchemaNexus.ts to modify the nexus types
  • call yarn install in the root to update all types and the test introspection schema

Prior work

loosly based on https://github.com/Weakky/ra-data-opencrud, thanks @Weakky

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].