Help us improve
Share bugs, ideas, or general feedback.
From role-backend
Implements database layers with Prisma, Drizzle, TypeORM, SQLAlchemy 2.0, GORM, Diesel, EF Core, Hibernate, ActiveRecord, Ecto, Sequelize, Kysely, Knex. Covers migrations, pooling, replicas, query optimization, transactions, Testcontainers testing.
npx claudepluginhub rnavarych/alpha-engineer --plugin role-backendHow this skill is triggered — by the user, by Claude, or both
Slash command
/role-backend:database-implementationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Setting up a new data access layer and choosing an ORM or query builder
Provides ORM best practices for Drizzle and Prisma: N+1 prevention, migrations, transactions, batch operations, and query optimization. Useful for reviewing database queries and schemas.
Provides Drizzle ORM patterns for schema definition, CRUD operations, relations, queries, transactions, and migrations. Supports PostgreSQL, MySQL, SQLite, MSSQL, CockroachDB.
Share bugs, ideas, or general feedback.
references/orm-selection.md — comparison tables for all ORMs and query builders across Node.js, Python, Go, Rust, JVM, Ruby, Elixir, and .NET; pick before writing any data layer codereferences/prisma-drizzle-patterns.md — Prisma schema definition, interactive transactions, raw queries, client extensions, Accelerate caching, Pulse change streams; Drizzle schema, relations, queries, and Kit migrationsreferences/polyglot-orm-patterns.md — production patterns for SQLAlchemy 2.0 async, GORM with hooks and Gen, Diesel compile-time queries, EF Core 8 with interceptors, Ecto changesets and Multi, and Exposed DSLreferences/migrations-pooling-replicas.md — migration rules (zero-downtime patterns, idempotency), connection pool sizing per stack, read replica routing, query optimization checklist, and transaction isolation guidelinesreferences/testing-seeding.md — Testcontainers setup for Node.js/Python/Go, pg_tmp for fast local tests, fishery/factory_boy database factories, and seed script best practices