vasuguptadot-jpg
Community@vasuguptadot-jpg
Comprehensive Prisma ORM v7 skill registry covering migrations, driver adapters, Prisma Postgres provisioning, Compute deployment, and multi-database configuration.
Agent Skills by vasuguptadot-jpg
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 management.
prisma-driver-adapter-implementation
Implement Prisma v7 driver adapters for custom database drivers.
prisma-client-api
Provides Prisma Client API reference for database 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 vasuguptadot-jpg
FAQPage SchemaWhat 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.