ddd.infrastructure.db_service
The db service is used to acquire connections to the database.
You will not use this base class directly. Instead, you use one of the implementations:
PostgresDbService
MemoryDbService or
MemoryPostgresDbService.
Look at the documentation to figure out which one to use.