"""Database integration tests for Mantimon TCG. This package contains tests for SQLAlchemy models, relationships, and database operations using real PostgreSQL via testcontainers. Test isolation is achieved through transaction rollback - each test runs in a transaction that is rolled back after completion, ensuring no test data persists between tests. """