adapter▌
2 indexed skills · max 10 per page
create-evlog-adapter
hugorcd/evlog · Productivity
Create a new built-in evlog adapter for sending events to external observability platforms. \n \n Requires completing all 8 mandatory touchpoints: adapter source, build config, package exports, tests, documentation page, overview updates, skill registry entry, and file renumbering \n Adapter architecture includes config interface, factory function, send functions, error handling with try/catch, and configurable timeout via AbortController \n Config priority follows a four-level hierarchy: functi
prisma-driver-adapter-implementation
prisma/skills · Productivity
Complete reference for implementing Prisma v7 driver adapters with transaction lifecycle, error mapping, and type conversion details. \n \n Covers four required interfaces: SqlDriverAdapter , Transaction , SqlMigrationAwareDriverAdapterFactory , and SqlQueryable , with full method signatures and lifecycle requirements \n Transaction commit() and rollback() are lifecycle hooks only; Prisma sends SQL via executeRaw , not these methods \n Includes argument mapping (string→int/bigint/float, base64→b