IsuruUdara-dev avatar

IsuruUdara-dev

Community

@iukumarasiri-dev

4Followers
|
11Public Repos
|
4Published Skills

IsuruUdara-dev maintains nine MIT-licensed Prisma ORM skills covering v7 migration, client queries, driver adapters, Postgres provisioning, and Compute deployment.

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

Agent Skills by IsuruUdara-dev

Showing 4 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About IsuruUdara-dev

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

Who are these Prisma skills designed for?▼

Backend and full-stack engineers working with Prisma ORM, database developers implementing SqlDriverAdapter or Transaction interfaces, and teams deploying Prisma Compute applications on frameworks like Hono, Elysia, Next.js, TanStack Start, Astro, Nuxt, Svelte, or Nest.

How do the Prisma v7 upgrade skills handle MongoDB projects?▼

The prisma-mongodb-upgrade skill explains that MongoDB projects on Prisma v6 have no upgrade path to v7. It provides a decision and migration guide for evaluating a move to Prisma Next when provider = "mongodb" is detected in the project schema.

What licensing applies to these Prisma skills?▼

All nine skills are released under the MIT license, making them free to use, modify, and redistribute. 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 for Prisma Postgres provisioning?▼

Provisioning via the Management API requires service tokens or OAuth credentials. The prisma-postgres-setup skill guides creating a database, generating a connection string, and connecting a local project, while prisma-compute requires PRISMA_SERVICE_TOKEN and workspace authentication for deployments.