database-testing

Installation
SKILL.md

Database Testing with Prisma and PostgreSQL

Patterns for testing database operations, repositories, and transactions with Prisma ORM and PostgreSQL.

Test Database Setup

Environment Configuration

# .env.test
DATABASE_URL="postgresql://postgres:password@localhost:5432/myapp_test?schema=public"

Jest Configuration

// jest.config.js
module.exports = {
  // ... other config
Related skills

More from karchtho/my-claude-marketplace

Installs
3
First Seen
Mar 3, 2026