database-testing
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"