Anant Kushwaha avatar

Anant Kushwaha

Community

@mousetailor

1Followers
|
31Public Repos
|
9Published Skills

Prisma ORM v7 skill registry covering migrations, client queries, driver adapters, Prisma Postgres provisioning, and Compute deployment for database engineers.

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

Agent Skills by Anant Kushwaha

Showing 9 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Anant Kushwaha

FAQPage Schema
What tasks can I accomplish with mousetailor'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 to Prisma Compute.

Who should use these Prisma skills?

Backend and full-stack engineers working with Prisma ORM, database engineers implementing custom SqlDriverAdapter behavior or savepoints, and developers deploying Hono, Elysia, Next.js, TanStack Start, Astro, Nuxt, Svelte, Nest, or Turborepo applications to Prisma Compute.

Can I upgrade a Prisma MongoDB project to v7?

No. Prisma ORM MongoDB projects on v6 have no upgrade path to v7. The prisma-mongodb-upgrade skill provides a decision guide for evaluating alternatives, including a potential move to Prisma Next, when provider = "mongodb" blocks the standard v7 migration.

Are these Prisma skills free to use?

Yes. All nine skills are released under the MIT license, permitting free use, modification, and redistribution. They are reference and migration guides authored for Prisma ORM version 7.x, with no licensing cost or usage restrictions beyond standard MIT terms.

What prerequisites are needed for Prisma Postgres provisioning?

You need access to Prisma Console or the create-db/create-pg CLI, plus a service token or OAuth credentials for programmatic provisioning through the Management API. The skills then guide connection string retrieval and linking the database to your local project.