Ryan Quinn
Ryan Quinn
PPrisma
Created by tort6334 on 5/27/2024 in #help-and-questions
Any expected SDL-First generator with CRUD abilities?
It has years of runway via funding from a cofounder of GitHub. The unpopular parts are mostly the GraphQL tie ins as server components can dissolve a lot of the need for it and ppl have generally disliked learning more tertiary languages to get up and running Then it’s ppl wanting to use some other render modes like SSR. If you want to keep the GraphQL part I’m not sure where to go.
12 replies
PPrisma
Created by tort6334 on 5/27/2024 in #help-and-questions
Any expected SDL-First generator with CRUD abilities?
You’d be using redwood as your framework at that point but it’s probably the easiest way to get GraphQL setup. You define your prisma model and the scaffolds will make your service, the sdl, as well as pages for you to view and edit the data sort of like prisma studio on the front end.
12 replies
PPrisma
Created by tort6334 on 5/27/2024 in #help-and-questions
Any expected SDL-First generator with CRUD abilities?
RedwoodJS will generate your basic create, findFirst, findAll, delete, update for a given prisma schema in a cli utility called "scaffolds": https://redwoodjs.com/docs/tutorial/chapter2/getting-dynamic
12 replies