# Prisma Driver Adapter Implementation

> ORM 7 SQL driver adapters

**Subcategory:** Prisma  
**License:** MIT  
**Source:** https://github.com/prisma/skills/blob/main/prisma-driver-adapter-implementation/SKILL.md

---

## When it is useful

Required reference for Prisma ORM 7 SQL driver adapter work. Use when implementing or modifying adapters, adding database drivers, or touching SqlDriverAdapter, Transaction, savepoint, result mapping, or DriverAdapterError behavior. Covers current transaction lifecycle, optional savepoint hooks, original database-error preservation, and verification.

## The Catch

ORM 7 SQL driver adapters. Never-fires for app CRUD.
