Expand description
Database testing utilities
Provides comprehensive database testing support including:
- Automatic test database setup and cleanup
- Transaction-based test isolation
- Database assertion helpers
- Migration testing utilities
Structsยง
- Database
Assertions - Database assertion helpers
- Database
Transaction - Wrapper for database transactions in tests
- Test
Database - Test database manager that handles automatic setup and cleanup