IYER ARVIND SUBRAMANYAM
Community@ArvindIyer1 · Earth
Comprehensive Prisma ORM v7 skill registry covering migrations, driver adapters, Prisma Postgres provisioning, Compute deployment, and multi-database configuration.
Agent Skills by IYER ARVIND SUBRAMANYAM
Showing 9 vetted skills indexed across 1 GitHub repositories.
prisma-upgrade-v7
Migrates Prisma ORM projects from v6 to v7 across all breaking changes.
prisma-cli
Reference Prisma ORM CLI commands for migrations, client generation, and database workflows.
prisma-driver-adapter-implementation
Implements Prisma ORM v7 driver adapters for custom database drivers.
prisma-client-api
Reference Prisma Client API for model queries, filters, relations, and transactions.
prisma-postgres
Provision and manage Prisma Postgres databases via CLI, Console, and Management API.
prisma-postgres-setup
Provisions a Prisma Postgres database via the Management API and connects it to a local project.
prisma-mongodb-upgrade
Guides Prisma v6 MongoDB projects through migration decisions and cutover to Prisma Next.
prisma-compute
Deploy and manage TypeScript applications on Prisma Compute using the Prisma Platform CLI.
prisma-database-setup
Configure Prisma ORM with PostgreSQL, MySQL, SQLite, MongoDB, and other database providers.
Frequently Asked Questions About IYER ARVIND SUBRAMANYAM
FAQPage SchemaWhat tasks can I accomplish with ArvindIyer1's Prisma skill registry?▼
You can migrate Prisma ORM from v6 to v7, run CLI commands like init, generate, migrate, and studio, write Client API queries with filters and transactions, implement driver adapters, provision Prisma Postgres databases, configure PostgreSQL/MySQL/SQLite/MongoDB providers, and deploy Prisma Compute applications.
Who should use these Prisma skills?▼
Backend engineers and database developers working with Prisma ORM v7, teams upgrading legacy v6 projects (including MongoDB projects with no v7 path), developers building custom SqlDriverAdapter implementations, and engineers deploying Prisma Compute apps on frameworks like Next.js, Hono, or Nest.
How do I handle a Prisma v7 upgrade for a MongoDB project?▼
MongoDB projects on Prisma v6 have no direct upgrade path to v7. The prisma-mongodb-upgrade skill provides a decision guide for evaluating migration options, including moving to Prisma Next, triggered when upgrading a project with provider set to mongodb.
Are these Prisma skills free to use?▼
Yes. All nine skills are released under the MIT open-source license, permitting free use, modification, and distribution. They are authored by Prisma and Tyler Benfield, with versions ranging from 0.1.0 to 7.7.0 aligned to Prisma ORM v7 releases.
What is required to implement a Prisma v7 driver adapter?▼
The prisma-driver-adapter-implementation skill is required reference material covering the SqlDriverAdapter and Transaction interfaces, transaction lifecycle protocol, error mapping requirements, and a verification checklist. These contract details are not inferable from existing code examples alone.