LogoClawIndex
CasesSkillsAbout
LogoClawIndex

prisma-driver-adapter-implementation - Guide for Prisma SQL driver adapter implementation

Provides rules and code patterns for implementing Prisma ORM 7 SQL driver adapters, handling transactions, result mapping, and database errors.

Tags

Updated: 2026-09-24

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Implement driver adapter interfaces
  • Map query arguments and results
  • Execute SQL scripts and queries
  • Manage transaction lifecycles and savepoints
  • Map driver errors to DriverAdapterError

Inputs

  • @prisma/driver-adapter-utils package
  • SqlQuery objects
  • Database driver connections
  • Migration scripts

Outputs

  • SqlResultSet objects
  • Transaction instances
  • DriverAdapterError exceptions

Requirements

  • Prisma ORM version 7.x
  • @prisma/driver-adapter-utils package
  • TypeScript environment

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
prisma
sql
driver-adapter
orm
database
typescript
Implement driver adapter interfaces
Map query arguments and results
Execute SQL scripts and queries
Manage transaction lifecycles and savepoints
@prisma/driver-adapter-utils package
SqlQuery objects
Database driver connections
SqlResultSet objects
Transaction instances
DriverAdapterError exceptions