database-test-manager

v1.26.0 by Claude Code Plugin Hub

Database testing utilities with test data setup, transaction rollback, and schema validation

MIT License

Installation

Open Claude Code and run this command:

/plugin install database-test-manager@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

Database testing utilities with test data setup, transaction rollback, and schema validation.

Features

  • Test Data Factories: Generate realistic test data with Faker
  • Transaction Management: Automatic rollback after tests
  • Schema Validation: Test migrations and constraints
  • Custom Assertions: Database-specific test matchers
  • Performance Testing: Query optimization validation
  • Multi-Database: PostgreSQL, MySQL, SQLite, MongoDB support

Skills (1)

managing-database-tests View full skill →

'Test database testing including fixtures, transactions, and rollback.

ReadWriteEditGrepGlobBash(test:db-*)

How It Works


/db-test
/dbt

Use Cases


/db-test

Ready to use database-test-manager?