Eduarda Albuquerque
Community@byEduarda · Rio de Janeiro,Brasil
💻| Software Engineer | C | PYTHON | JS
Agent Skills by Eduarda Albuquerque
Showing 9 vetted skills indexed across 1 GitHub repositories.
prisma-upgrade-v7
Migrates Prisma ORM projects from v6 to v7 across all breaking changes.
prisma-cli
Reference Prisma ORM CLI commands for migrations, client generation, and database workflows.
prisma-driver-adapter-implementation
Implements Prisma ORM 7 SQL driver adapters with transaction, savepoint, and error-mapping 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
Provision Prisma Postgres databases via the Management API and connect local projects.
prisma-mongodb-upgrade
Guides Prisma v6 MongoDB projects through migration decisions 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 Eduarda Albuquerque
FAQPage SchemaWhat tasks can I accomplish using byEduarda's Prisma skills?▼
You can migrate Prisma ORM v6 projects to v7, run CLI commands like init, generate, migrate, and studio, write Prisma Client queries with filters and transactions, implement SQL driver adapters, provision Prisma Postgres databases, configure PostgreSQL/MySQL/SQLite/MongoDB connections, and deploy apps via Prisma Compute.
Who are these Prisma skills designed for?▼
These skills target software engineers and backend developers working with Prisma ORM in JavaScript/TypeScript projects. They suit engineers upgrading ORM versions, implementing custom database driver adapters, provisioning managed Postgres instances, or deploying Prisma-backed applications built on frameworks like Next.js, Hono, or Nest.
How do I handle a Prisma v6 MongoDB project that cannot upgrade to v7?▼
The prisma-mongodb-upgrade skill provides a decision and migration guide for this exact case. Since MongoDB projects on Prisma v6 have no direct v7 upgrade path, the skill helps evaluate alternatives, including migrating to Prisma Next, and triggers on queries about MongoDB Prisma upgrades.
Are these Prisma skills free to use and what license applies?▼
Yes, all nine skills are released under the MIT license, permitting free use, modification, and distribution. They are authored by Prisma and cover versions ranging from 0.1.0 to 7.9.1, with no cost or proprietary restrictions attached to the skill content.
What prerequisites are needed to use the Prisma Postgres setup skills?▼
You need a local project where Prisma will be integrated and access to Prisma Postgres via the Console, create-db CLI, or Management API. Programmatic provisioning requires service tokens or OAuth credentials. The skills guide you from database creation through obtaining a connection string and connecting your application.