Module database

Source
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ยง

DatabaseAssertions
Database assertion helpers
DatabaseTransaction
Wrapper for database transactions in tests
TestDatabase
Test database manager that handles automatic setup and cleanup