implexa
back to leaderboard
PR

@prisma

contributor on implexa, with 7 skills ranked by SkillRank across 1 source.

prisma on githubpublishes to skills.sh
skills
7
avg SkillRank
6.7
7 scored / 7 total
total stars
across 1 repo
total installs
across 1 repo

skills, ranked by SkillRank

scoresourceskill
8.3skills.sh
prisma-postgres-setup
prisma-postgres-setup provisions a new prisma postgres database via management api and wires it into a local project, handling authentication, region selection, schema scaffolding, and end-to-end connection verification.
7.4skills.sh
prisma-upgrade-v7
prisma-upgrade-v7 maps breaking changes from v6 to v7, covering schema migration, driver adapter installation, esm/cjs configuration, and generated client imports with step-by-step code examples.
7.3skills.sh
prisma-driver-adapter-implementation
prisma-driver-adapter-implementation covers the full lifecycle of building a prisma v7 sql adapter: factory and connection setup, queryable interface implementation, transaction management, type mapping, and error conversion with database-specific guidance.
6.2skills.sh
prisma-postgres
prisma-postgres covers provisioning, linking, and managing postgres databases across console, cli, and programmatic apis with routing by workflow priority and reference guides.
6.1skills.sh
prisma-database-setup
prisma-database-setup provides configuration guides for prisma orm across seven major database providers, covering datasource setup, driver adapter selection, client instantiation, and version-specific constraints including v7 adapter requirements and mongodb deprecation in newer versions.
6.1skills.sh
prisma-cli
prisma-cli covers 20+ commands for setup, migrations, database operations, and development workflows, including prisma 7.x breaking changes and local postgres support.
5.2skills.sh
prisma-client-api
prisma-client-api is a reference guide to query methods, filtering operators, and transaction patterns. it catalogs 17 model methods and lifecycle options but lacks procedural depth and failure mode coverage.