8ReTid8 avatar

8ReTid8

Community

@8ReTid8

5Followers
|
19Public Repos
|
9Published Skills

8ReTid8 maintains nine MIT-licensed Prisma ORM skills covering v7 migration, driver adapters, Client queries, Postgres provisioning, and Compute deployment.

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

Agent Skills by 8ReTid8

Showing 9 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About 8ReTid8

FAQPage Schema
What tasks can I accomplish using 8ReTid8's Prisma skills?

You can migrate Prisma v6 projects to v7, run CLI commands like init, generate, migrate, and studio, write Client queries with filters and transactions, implement driver adapters, provision Prisma Postgres databases, configure PostgreSQL/MySQL/SQLite/MongoDB providers, and deploy Prisma Compute apps.

Who should use these Prisma skills?

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

How do I handle a MongoDB project when upgrading to Prisma 7?

MongoDB projects on Prisma v6 have no upgrade path to v7. The prisma-mongodb-upgrade skill provides a decision and migration guide for evaluating alternatives, including moving to Prisma Next, when provider = "mongodb" blocks a standard v7 upgrade.

What license and cost apply to these 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.

What prerequisites are needed for Prisma Postgres provisioning?

Provisioning uses the Prisma Console, create-db/create-pg/create-postgres CLI commands, or the Management API and its SDK. Programmatic provisioning requires service tokens or OAuth credentials, after which you receive a connection string to link your local project.