Files
gh-jeremylongshore-claude-c…/skills/database-test-manager/scripts/README.md
2025-11-30 08:23:07 +08:00

9 lines
501 B
Markdown

# Scripts
Bundled resources for database-test-manager skill
- [ ] generate_test_data.py: Generates test data using Faker library based on user-defined schemas.
- [ ] wrap_in_transaction.py: Wraps database operations within a transaction, providing automatic rollback functionality.
- [ ] validate_schema.py: Validates database schema against a predefined schema definition.
- [ ] run_migration_tests.py: Executes database migration tests and verifies the integrity of the database after migrations.