Đoàn Lê Phước Thọ
Community@dlptho356
Comprehensive Prisma ORM v7 skill registry covering migrations, driver adapters, Prisma Postgres provisioning, Compute deployment, and multi-database configuration.
Agent Skills by Đoàn Lê Phước Thọ
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 v7 driver adapters for custom database drivers with transaction and error contracts.
prisma-client-api
Reference Prisma Client API for model queries, filters, relations, and transactions.
prisma-postgres
Provision and manage Prisma Postgres databases via CLI, Console, and Management API.
prisma-postgres-setup
Provisions Prisma Postgres databases via the Management API and connects them to local projects.
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 Đoàn Lê Phước Thọ
FAQPage SchemaWhat 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.