vasuguptadot-jpg avatar

vasuguptadot-jpg

Community

@vasuguptadot-jpg

0Followers
|
4Public 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.. (30%)Database Provision.. (25%)Query & Client API.. (20%)Driver Adapter Imp.. (15%)

Agent Skills by vasuguptadot-jpg

Showing 9 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About vasuguptadot-jpg

FAQPage Schema
What tasks can I accomplish using vasuguptadot-jpg's Prisma skills?▼

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

Who should use these Prisma skills?▼

Backend and full-stack engineers working with Prisma ORM, database developers implementing SqlDriverAdapter or Transaction interfaces, and teams deploying Prisma Compute apps on frameworks like Hono, Elysia, Next.js, Astro, Nuxt, Svelte, Nest, or Turborepo benefit most from these skills.

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

MongoDB projects on Prisma v6 have no direct upgrade path to v7. The prisma-mongodb-upgrade skill provides a decision and migration guide for evaluating your options, including assessing a move to Prisma Next when provider = "mongodb" is detected in your project.

Are these Prisma skills free to use?▼

Yes. All nine skills are released under the MIT license, authored by Prisma and Tyler Benfield, making them free for commercial and personal use with attribution. No paid subscription or licensing fee is required to use any skill in this registry.

What prerequisites are needed for Prisma Compute deployment?▼

You need a prisma.compute.ts file with defineComputeConfig, a PRISMA_SERVICE_TOKEN for authentication, and the @prisma/cli package. The skill covers app deploy, build logs, domains, localhost versus 0.0.0.0 port binding, and framework deploy readiness checks.