Browse curated AI prompts for GitHub Copilot.
Safely migrate from one ORM to another in production.
Convert raw SQL queries to type-safe ORM operations.
Use Copilot to analyze and optimize slow SQL/Prisma queries.
Use Copilot to define a new Prisma model, migrate, seed, and test it.
Have Copilot generate migration scripts for schema changes based on a before/after view.
Use Copilot to diagnose and optimize a slow SQL query, including index suggestions.
Ask Copilot to translate a human requirement into a SQL SELECT query.
Turn a human-readable domain description into Prisma models and relationships.