Đoàn Lê Phước Thọ avatar

Đoàn Lê Phước Thọ

Community

@dlptho356

0Followers
|
4Public Repos
|
9Published Skills

Comprehensive Prisma ORM v7 skill registry covering migrations, driver adapters, Prisma Postgres provisioning, Compute deployment, and multi-database configuration.

Skills Distribution
DomainData Systems...ORM Migration & Ve.. (30%)Database Provision.. (30%)Query & Client API.. (20%)Cloud Deployment &.. (20%)

Agent Skills by Đoàn Lê Phước Thọ

Showing 9 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Đoàn Lê Phước Thọ

FAQPage Schema
What tasks can I accomplish with dlptho356's Prisma skill registry?

You can migrate Prisma ORM from v6 to v7, implement SqlDriverAdapter interfaces, run CLI commands like init, generate, migrate, and studio, write Client API queries with filters and transactions, 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 administrators provisioning Prisma Postgres, developers implementing custom driver adapters or transaction interfaces, and teams deploying Hono, Next.js, Nuxt, Svelte, Nest, or Turborepo applications to Prisma Compute hosting.

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 migration options, including moving to Prisma Next, triggered when upgrading a project with provider set to mongodb.

What license and cost apply to these Prisma skills?

All nine skills are released under the MIT open-source license, permitting free use, modification, and distribution. 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 requires the create-db, create-pg, or create-postgres CLI commands, or programmatic access via the Management API and Management API SDK. Authentication uses service tokens or OAuth, and the prisma-postgres-setup skill guides connecting the resulting connection string to your local project.