IYER ARVIND SUBRAMANYAM avatar

IYER ARVIND SUBRAMANYAM

Community

@ArvindIyer1 · Earth

27Followers
|
31Public Repos
|
9Published Skills

Comprehensive Prisma ORM v7 skill registry covering migrations, driver adapters, Prisma Postgres provisioning, Compute deployment, and multi-database configuration.

Skills Distribution
DomainData Systems...ORM Migration & Ve.. (25%)Database Provision.. (25%)Query & Client API.. (20%)Driver Adapter Eng.. (15%)

Agent Skills by IYER ARVIND SUBRAMANYAM

Showing 9 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About IYER ARVIND SUBRAMANYAM

FAQPage Schema
What 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.