Sima-Malla avatar

Sima-Malla

Community

@Sima-Malla · Kalanki, Kathmandu

1Followers
|
4Public Repos
|
9Published Skills

Full Stack Developer

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

Agent Skills by Sima-Malla

Showing 9 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Sima-Malla

FAQPage Schema
What tasks can I accomplish using Sima-Malla's Prisma skills?

You can migrate Prisma ORM v6 projects to v7, implement SqlDriverAdapter transaction interfaces, write Prisma Client queries with filters and $transaction, provision Prisma Postgres databases, configure PostgreSQL/MySQL/SQLite/MongoDB connections, and deploy Prisma Compute apps across frameworks like Hono, Next.js, and Astro.

Who are these Prisma skills designed for?

They target full-stack and backend engineers working with Prisma ORM v7, database engineers implementing custom driver adapters, and developers provisioning Prisma Postgres or deploying Prisma Compute applications. Familiarity with Prisma schema, migrations, and TypeScript-based database clients is assumed.

How do I handle a MongoDB project when upgrading to Prisma 7?

MongoDB projects on Prisma v6 have no direct upgrade path to v7. The prisma-mongodb-upgrade skill provides a decision guide for evaluating whether to stay on v6 or move to Prisma Next, triggered when provider = "mongodb" appears in an upgrade request.

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 authored by Prisma and Tyler Benfield, with versions ranging from 0.1.0 to 7.7.0 aligned to Prisma ORM v7 releases.

What prerequisites are needed to use these skills?

You need an existing or new Prisma project, the Prisma CLI for init/generate/migrate/studio commands, and for Compute deployments a PRISMA_SERVICE_TOKEN with workspace auth. Prisma Postgres provisioning requires Management API access via service tokens or OAuth.