Does anyone use a platform or service that can tak...
# orm-help
t
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.
o
Have you seen https://keystonejs.com ?
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
pal.js is another thing to look at too.
g
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
You should have a look at redwoodjs.com It’s exactly what you need.