Hi HN!<p>I often ask ChatGPT how to construct Prisma queries, especially when things get a bit more complicated.<p>Since I do that on the regular, I decided to put together a tool that is specific to that purpose: PrismaGPT (<a href="https://gpt.howtoprisma.com/" rel="nofollow">https://gpt.howtoprisma.com/</a>)<p>With PrismaGPT, you can drop in your Prisma schema and ask questions like "how do I get a list of users and all their related posts". You'll get results for both a Prisma Client query as well as raw SQL.<p>Hopefully it's useful, especially if you're newer to Prisma and want to get going quickly!