Skip to main content
Back to the directory
prisma/skillsSoftware EngineeringFrontend and Design

prisma-driver-adapter-implementation

Complete reference for implementing Prisma v7 driver adapters with transaction lifecycle, error mapping, and type conversion details.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/prisma/skills --skill prisma-driver-adapter-implementation
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, prisma-driver-adapter-implementation has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: prisma/skills. Canonical URL: https://skills.sh/prisma/skills/prisma-driver-adapter-implementation.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Complete reference for implementing Prisma v7 driver adapters with transaction lifecycle, error mapping, and type conversion details. This skill provides everything needed to implement a Prisma ORM v7 driver adapter for any database. Import from @prisma/driver-adapter-utils : Critical : commit() and rollback() are lifecycle hooks only . They must NOT issue SQL. Prisma sends COMMIT / ROLLBACK via executeRaw on the transaction object. Convert Prisma argument values to driver-native types: Convert driver result values to Prisma-expected types: When the driver doesn't provide type metadata, infer from JS values: Map driver errors to MappedError for Prisma to handle correctly: Test the adapter directly with the raw database driver: Test the full integration: Before considering the adapter complete: - Covers four required interfaces: SqlDriverAdapter , Transaction , SqlMigrationAwareDriverAdapterFactory , and SqlQueryable , with full method signatures and lifecycle requirements - Transaction commit() and rollback() are lifecycle hooks only; Prisma sends SQL via executeRaw , not these methods - Includes argument mapping (string→int/bigint/float, base64→bytes) and row mapping (bigint→string, Date→ISO, JSON→string) with column type inference fallbacks - Provides database-specific guidance for SQLite, PostgreSQL, and MySQL, plus error conversion patterns for constraint violations and...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does prisma-driver-adapter-implementation do?

Complete reference for implementing Prisma v7 driver adapters with transaction lifecycle, error mapping, and type conversion details.

Is prisma-driver-adapter-implementation good?

prisma-driver-adapter-implementation does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support prisma-driver-adapter-implementation?

prisma-driver-adapter-implementation currently lists compatibility with Skills CLI.

Is prisma-driver-adapter-implementation safe to install?

prisma-driver-adapter-implementation has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to prisma-driver-adapter-implementation?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install prisma-driver-adapter-implementation?

Run the following command to install prisma-driver-adapter-implementation: npx skills add https://github.com/prisma/skills --skill prisma-driver-adapter-implementation

Related skills

More from prisma/skills

Related skills

Alternatives in Software Engineering