Uday Pandey avatar

Uday Pandey

Community

@UdayPandey01

18Followers
|
72Public Repos
|
9Published Skills

Uday Pandey's registry provides Prisma ORM v7 skills covering migrations, driver adapters, Prisma Postgres provisioning, Compute deployment, and multi-database configuration.

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

Agent Skills by Uday Pandey

Showing 9 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Uday Pandey

FAQPage Schema
What tasks can I accomplish using UdayPandey01's Prisma skills?

You can migrate Prisma ORM v6 projects to v7, run CLI commands like init, generate, migrate, and studio, write Client queries with filters and transactions, implement SQL driver adapters, provision Prisma Postgres databases, configure PostgreSQL/MySQL/SQLite/MongoDB connections, and deploy apps to Prisma Compute.

Who are these Prisma skills designed for?

Backend and full-stack engineers working with Prisma ORM 7, database engineers implementing SqlDriverAdapter or savepoint behavior, and developers deploying Hono, Elysia, Next.js, TanStack Start, Astro, Nuxt, Svelte, Nest, or Turborepo applications to Prisma Compute.

How do I handle a MongoDB project when upgrading to Prisma 7?

Prisma ORM MongoDB projects on v6 have no upgrade path to v7. The prisma-mongodb-upgrade skill provides a decision guide for evaluating migration options, including moving to Prisma Next, triggered when provider = "mongodb" appears in an upgrade request.

Are these Prisma skills free to use?

Yes. All nine skills are released under the MIT license, permitting free use, modification, and redistribution. They are authored by Prisma with versions ranging from 0.1.0 to 7.9.1, aligned to Prisma ORM v7 releases.

What prerequisites are needed to use these skills?

You need an existing or new Prisma ORM project, with v6 installed for migration scenarios. Prisma Postgres provisioning requires service tokens or OAuth credentials, and Prisma Compute deployment requires PRISMA_SERVICE_TOKEN plus a supported framework or prebuilt artifact.