samu412
Community@samu412
Prisma ORM v7 migration, client queries, driver adapters, Prisma Postgres provisioning, Compute deployment, and dotenv environment variable management for Node.js database applications.
Agent Skills by samu412
Showing 9 vetted skills indexed across 1 GitHub repositories.
prisma-upgrade-v7
Migrate 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
Provisions a Prisma Postgres database via the Management API and connects it to a local project.
prisma-mongodb-upgrade
Guides Prisma v6 MongoDB projects through migration to Prisma Next or staying on v6.
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 samu412
FAQPage SchemaWhat 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.