Sahil Showket avatar

Sahil Showket

Community

@Sahil-Showket

1Followers
|
1Public Repos
|
10Published Skills

Computer Science student | JavaScript, C++ | DSA • Web • Problem Solving

Skills Distribution
DomainData Systems...ORM Migration & Ve.. (25%)Database Provision.. (25%)Query & Client Ope.. (20%)Cloud Deployment &.. (20%)

Agent Skills by Sahil Showket

Showing 10 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Sahil Showket

FAQPage Schema
What tasks can I accomplish with Sahil Showket's Prisma skills?▼

You can migrate Prisma 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 or Composer.

Who should use these Prisma skills?▼

Backend and full-stack developers working with Prisma ORM, especially engineers upgrading to v7, database engineers implementing custom SqlDriverAdapter behavior with transactions and savepoints, and TypeScript developers building deployable services with Prisma Composer on frameworks like Next.js, Hono, or Nest.

How do I set up a Prisma Postgres database using these skills?▼

Use the prisma-postgres-setup skill to create a database through the Management API, obtain a connection string, and connect your local project. The prisma-postgres skill additionally covers Console operations, create-db/create-pg provisioning, and programmatic integration using service tokens or OAuth.

Are these Prisma skills free and open source?▼

Yes. All ten skills are published 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, and the Composer skill targets @prisma/composer library version 0.16.0.

Can I upgrade a MongoDB Prisma project to v7 with these skills?▼

No direct upgrade path exists. The prisma-mongodb-upgrade skill explains that Prisma ORM MongoDB projects on v6 cannot migrate to v7, and instead guides decision-making around evaluating a move to Prisma Next when provider = "mongodb" is detected.