database-test-manager
Database testing utilities with test data setup, transaction rollback, and schema validation
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) plugin-local skills
managing-database-tests
View full skill →
Test database testing including fixtures, transactions, and rollback management.
ReadWriteEditGrepGlobBash(test:db-*)
How It Works
/db-test
/dbt
Use Cases
/db-test