LogoClawIndex
CasesSkillsAbout
LogoClawIndex

prisma-driver-adapter-implementation - Prisma SQL Driver Adapter Implementation Guide

Provides guidance for implementing and modifying Prisma ORM 7 SQL driver adapters, handling transactions, result mapping, and error conversion.

Tags

Updated: 2026-09-24

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Implement driver adapter interfaces
  • Handle nested transactions and savepoints
  • Map query arguments and result metadata
  • Convert driver errors into DriverAdapterError
  • Execute migration scripts safely
  • Manage shadow database lifecycles

Inputs

  • SqlQuery objects
  • Database driver connections or pools
  • Transaction isolation levels
  • Migration SQL scripts
  • Database driver errors

Outputs

  • SqlResultSet objects
  • Transaction instances
  • DriverAdapterError instances
  • Affected row counts

Requirements

  • Prisma ORM 7
  • @prisma/driver-adapter-utils package
  • Database driver supporting array row mode

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
Handle nested transactions and savepoints
Map query arguments and result metadata
Convert driver errors into DriverAdapterError
SqlQuery objects
Database driver connections or pools
Transaction isolation levels
SqlResultSet objects
Transaction instances
DriverAdapterError instances