9 lines
501 B
Markdown
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.
|