MahdiaMayati
Community@MahdiaMayati
MahdiaMayati publishes Prisma ORM v7 skills covering migrations, CLI commands, Client API queries, driver adapters, Prisma Postgres provisioning, and Compute deployment.
Agent Skills by MahdiaMayati
Showing 9 vetted skills indexed across 1 GitHub repositories.
prisma-upgrade-v7
Migrates Prisma ORM projects from v6 to v7 across schema, adapters, and configuration.
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
Provides Prisma Client API reference for model queries, filters, relations, and transactions.
prisma-postgres
Provision and manage Prisma Postgres databases via Console, create-db CLI, and Management API.
prisma-postgres-setup
Provision a Prisma Postgres database via the Management API and connect 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 MahdiaMayati
FAQPage SchemaWhat tasks can I accomplish using MahdiaMayati's Prisma skills?▼
You can migrate Prisma ORM v6 projects to v7, run CLI commands like init, generate, migrate, and studio, write Client API queries with filters and transactions, implement SQL driver adapters, provision Prisma Postgres databases, configure PostgreSQL/MySQL/SQLite/MongoDB connections, and deploy apps to Prisma Compute.
Who are these Prisma skills designed for?▼
Backend and full-stack developers working with Prisma ORM 7, database engineers implementing SqlDriverAdapter or transaction/savepoint behavior, and teams provisioning Prisma Postgres or deploying Hono, Next.js, Nuxt, Astro, Svelte, Nest, or Turborepo applications to Prisma Compute.
How do I handle a MongoDB project when upgrading to Prisma 7?▼
The prisma-mongodb-upgrade skill explains that Prisma ORM MongoDB projects on v6 have no upgrade path to v7. It provides decision guidance when 'upgrade to prisma 7' arises with provider = 'mongodb', including evaluating a move to Prisma Next instead of a direct migration.
Are these Prisma skills free to use?▼
Yes. All nine skills are published under the MIT open-source 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 licensing cost for integration into your projects.
What prerequisites apply for Prisma Postgres provisioning?▼
Provisioning uses the Prisma Console, create-db/create-pg/create-postgres CLI commands, or the Management API and its SDK. Programmatic provisioning requires service tokens or OAuth authentication. The prisma-postgres-setup skill walks through creating the database, obtaining a connection string, and connecting your local project.