Muhammed Rashid P P avatar

Muhammed Rashid P P

Community

@Rashidrxq · Kozhikode

38Followers
|
53Public Repos
|
9Published Skills

Hi, I'm Muhammed Rashid P P 👋 I’m a Frontend Developer passionate about building clean, responsive, and user-focused web applications.

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

Agent Skills by Muhammed Rashid P P

Showing 9 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Muhammed Rashid P P

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

Who are these Prisma skills designed for?▼

They target backend and full-stack developers working with Prisma ORM, database engineers implementing or modifying SqlDriverAdapter behavior and transaction lifecycles, and teams deploying Prisma apps on frameworks like Next.js, Hono, Nuxt, Svelte, Nest, or Turborepo through Prisma Compute.

How do I handle a Prisma v6 MongoDB project that cannot upgrade to v7?▼

The prisma-mongodb-upgrade skill provides a decision and migration guide for this exact case. Since MongoDB projects on v6 have no upgrade path to v7, it triggers on upgrade requests with provider = "mongodb" and walks you through evaluating a move to Prisma Next instead.

Are these Prisma skills free to use and what license applies?▼

Yes, all nine skills are released under the MIT license, permitting free use, modification, and distribution. They are authored by Prisma with versions ranging from 0.1.0 to 7.9.1, and carry no cost or usage restrictions beyond standard MIT terms.

What prerequisites are needed to use the Prisma Postgres setup skills?▼

You need a local project to connect and access to Prisma Postgres via the Console, create-db/create-pg CLI, or Management API. Programmatic provisioning requires service tokens or OAuth credentials, and the skills guide you through obtaining a connection string and linking your app.