prisma
Installation
SKILL.md
Prisma - Next-Generation ORM
Type-safe database access with auto-generated queries and migrations
When to Use This Skill
Use this skill when:
- Building type-safe database layers in TypeScript applications
- Working with PostgreSQL, MySQL, SQLite, MongoDB, or SQL Server
- Creating database schemas with migrations
- Implementing complex database relationships
- Generating type-safe database clients
- Migrating from raw SQL or other ORMs