samu412 avatar

samu412

Community

@samu412

0Followers
|
9Public Repos
|
9Published Skills

Prisma ORM v7 migration, client queries, driver adapters, Prisma Postgres provisioning, Compute deployment, and dotenv environment variable management for Node.js database applications.

Skills Distribution
DomainData Systems...ORM Migration & Ve.. (25%)Database Provision.. (25%)Query Client & Dri.. (20%)Application Deploy.. (15%)

Agent Skills by samu412

Showing 9 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About samu412

FAQPage Schema
What tasks can I accomplish with samu412'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 via Prisma Compute.

Who should use these Prisma and dotenv skills?

Backend and full-stack engineers building Node.js applications with Prisma ORM, developers upgrading from v6 to v7, teams implementing custom database driver adapters, and DevOps engineers managing environment variables, encrypted secrets, and CI/CD configuration with dotenv and dotenvx.

Can I upgrade a Prisma MongoDB project to v7?

No. Prisma ORM MongoDB projects on v6 have no upgrade path to v7. The prisma-mongodb-upgrade skill provides a decision guide for evaluating alternatives, including migrating to Prisma Next, when a project uses provider = "mongodb".

What licenses and costs apply to these skills?

All Prisma skills (upgrade, CLI, client, Postgres, Compute, driver adapters) are MIT licensed. The dotenvx skill uses BSD-3-Clause and dotenv uses BSD-2-Clause. All are open-source and free to use, with dotenvx source available on GitHub.

How do I deploy a Prisma app with Prisma Compute?

Define prisma.compute.ts with defineComputeConfig, then deploy using @prisma/cli app deploy or compute:deploy with a PRISMA_SERVICE_TOKEN. The skill covers workspaces, build logs, domains, port binding (0.0.0.0 vs localhost), and framework readiness for Hono, Next.js, Nuxt, Svelte, Nest, and Turborepo.