Prisma Prisma is an open-source ORM for Node.js and TypeScript. It simplifies database access with an auto-generated query builder and type-safe database client. Developers use it to interact with databases like PostgreSQL, MySQL, and SQLite in a more intuitive way. Official docs: https://www.prisma.io/docs/ Prisma Overview - Schema - Model - Field - Database - Record - Query Use action names and parameters as needed. Working with Prisma This skill uses the Membrane CLI to interact with Prisma. Membrane handles authentication and credentials refresh automatically — so you can focus on the int…