Does anyone use a platform or service that can take a Prisma schema and generate automatic CRUD UI for it? I also want to be able to extend for custom operations. I like the Prisma Studio and it’s great for simple things - but in general it’s slow and find it too cumbersome when you have highly relational data.
Also, a lot of people been wanting to open-source Studio, so they could contribute to it and extend it in a lot of ways. But sadly, it is still closed-source.
j
Jason Kleinberg
05/24/2022, 3:13 PM
pal.js is another thing to look at too.
g
Gautam Singh
05/24/2022, 3:50 PM
keystone is best but it does only GraphQL but there are examples to generate REST API and that could be automatic with small piece of code
n
Nurul
05/25/2022, 10:32 AM
You should have a look at redwoodjs.com
It’s exactly what you need.