Introduction: Driving the Database Layer
Get an introduction to what you’ll learn in this chapter.
We'll cover the following...
TDD for Wordz database layer
In this chapter, we’ll implement a database adapter for one of our ports in the domain model, represented by the WordRepository
interface. This will allow our domain model to fetch words to guess from ...