Browse curated AI prompts for GitHub Copilot.
Transform raw SQL queries across a codebase into ORM equivalents.
Convert CREATE TABLE SQL into a Prisma schema.prisma file.
Convert raw SQL queries to type-safe ORM operations.
Use Copilot to define a new Prisma model, migrate, seed, and test it.
Complete workflow for building a production-ready REST API
Turn a human-readable domain description into Prisma models and relationships.