Hugo Ferrari Pires avatar

Hugo Ferrari Pires

Community

@Hugo-Ferrari

8Followers
|
22Public Repos
|
9Published Skills

Full Stack Dev - Cursando Engenharia de Software - Uni-FACEF - Centro Universitário Municipal de Franca

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

Agent Skills by Hugo Ferrari Pires

Showing 9 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Hugo Ferrari Pires

FAQPage Schema
What tasks can I accomplish using Hugo Ferrari Pires'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 connections, and deploy apps to Prisma Compute.

Who are these Prisma skills designed for?▼

They target full-stack and backend developers working with Prisma ORM, including engineers upgrading legacy v6 projects, teams provisioning managed Postgres databases, adapter implementers touching SqlDriverAdapter and transaction lifecycles, and developers deploying Hono, Next.js, Astro, or Nest applications to Prisma Compute.

How do I handle a MongoDB project that cannot upgrade to Prisma 7?▼

The prisma-mongodb-upgrade skill provides a decision guide for MongoDB projects on Prisma v6, which have no direct v7 upgrade path. It triggers on MongoDB upgrade queries and helps evaluate migration options, including moving to Prisma Next, based on your provider configuration.

Are these Prisma skills free to use?▼

Yes. All nine skills in the registry are published under the MIT license, permitting free use, modification, and distribution. They are reference and migration guides authored under the Prisma namespace, with versions ranging from 0.1.0 to 7.9.1.

What prerequisites do the Prisma Postgres setup skills require?▼

The prisma-postgres and prisma-postgres-setup skills require access to the Prisma Management API, using either service tokens or OAuth for programmatic provisioning. Setup flows cover the Prisma Console, create-db/create-pg/create-postgres commands, and generating a connection string to link your local project.