Sristi Gupta
Community@sristigupta04
Full-Stack Software Developer with hours of hands-on experience building scalable web applications using React, Node.js, and MongoDB. Specialized in MERN
Agent Skills by Sristi Gupta
Showing 10 vetted skills indexed across 1 GitHub repositories.
prisma-composer-core-concepts
Explains Prisma Composer concepts for declaring, wiring, deploying, and testing composed TypeScript services.
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 workflows.
prisma-driver-adapter-implementation
Implements Prisma ORM 7 SQL driver adapters with transaction, savepoint, and error-mapping contracts.
prisma-client-api
Reference Prisma Client APIs for model queries, filters, relations, and transactions.
prisma-postgres
Provision and manage Prisma Postgres databases via CLI, Console, and Management API.
prisma-postgres-setup
Provisions Prisma Postgres databases via the Management API and connects them to local projects.
prisma-mongodb-upgrade
Guides Prisma v6 MongoDB projects through migration to Prisma Next or staying on v6.
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 Sristi Gupta
FAQPage SchemaWhat tasks can I accomplish using Sristi Gupta's Prisma skills?▼
You can configure databases (PostgreSQL, MySQL, SQLite, MongoDB), run Prisma CLI commands like init, generate, migrate, and studio, write Prisma Client queries with filters and transactions, upgrade from v6 to v7, provision Prisma Postgres, and deploy apps to Prisma Compute.
Who are these Prisma skills designed for?▼
Full-stack and backend developers building Node.js or TypeScript applications with Prisma ORM. They suit engineers handling schema migrations, database provisioning, driver adapter implementation, or deploying Prisma-based apps across frameworks like Next.js, Hono, Nuxt, and Nest.
How do I upgrade a MongoDB project from Prisma v6 to v7?▼
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, when provider = "mongodb" blocks a standard v7 upgrade.
Are these Prisma skills free and open source?▼
Yes. Nine of the ten skills carry an MIT license authored by Prisma, covering the CLI reference, client API, driver adapters, Postgres setup, and Compute deployment. The prisma-composer-core-concepts skill lists no explicit license in its frontmatter.
What prerequisites are needed to use these Prisma skills?▼
A Node.js project using Prisma ORM (v6 or v7) is the baseline. Prisma Postgres provisioning requires service tokens or OAuth via the Management API, Prisma Compute deployment needs PRISMA_SERVICE_TOKEN, and Composer skills require @prisma/composer version 0.17.0.