Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:07 +08:00
commit 8b69ed05af
12 changed files with 812 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# References
Bundled resources for database-test-manager skill
- [ ] faker_providers.md: Documentation on creating custom Faker providers for generating specific types of test data.
- [ ] transaction_management_strategies.md: Detailed explanation of different transaction management strategies and their implications.
- [ ] schema_validation_techniques.md: Overview of various schema validation techniques and tools.
- [ ] database_api_documentation.md: API documentation for interacting with different database systems (PostgreSQL, MySQL, SQLite, MongoDB).
- [ ] database_testing_best_practices.md: Best practices for database testing, including data seeding, isolation, and cleanup.