Rithika135 avatar

Rithika135

Community

@Rithika135

0Followers
|
2Public Repos
|
9Published Skills

Rithika135 publishes Prisma ORM v7 skills covering migrations, client queries, driver adapters, Prisma Postgres provisioning, and Compute deployment.

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

Agent Skills by Rithika135

Showing 9 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Rithika135

FAQPage Schema
What tasks can I accomplish using Rithika135'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, provision Prisma Postgres databases, configure PostgreSQL/MySQL/SQLite/MongoDB connections, implement SQL driver adapters, and deploy apps via Prisma Compute.

Who are these Prisma skills designed for?

Backend and full-stack engineers working with Prisma ORM, including developers upgrading from v6 to v7, teams provisioning managed Postgres databases, adapter implementers extending database driver support, and developers deploying Hono, Next.js, Nuxt, or similar framework apps to Prisma Compute.

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

The prisma-mongodb-upgrade skill explains that Prisma ORM v6 MongoDB projects have no direct upgrade path to v7. It provides decision guidance for evaluating a move to Prisma Next instead, triggering when a project with provider = "mongodb" asks about upgrading Prisma.

Are these Prisma skills free to use?

Yes. All nine skills are published under the MIT open-source license, permitting free use, modification, and distribution. They are authored by Prisma and cover versions ranging from 0.1.0 to 7.9.1 depending on the skill.

What prerequisites do these Prisma skills assume?

Skills assume an existing Prisma ORM project or intent to create one. Provisioning skills reference service tokens or OAuth for the Management API, Compute deployment uses PRISMA_SERVICE_TOKEN and workspace auth, and v7 migration requires adopting driver adapters and the new prisma-client generator.