Summary and Quiz: Driving the Database Layer
Test your knowledge of implementing the database layer.
We'll cover the following
Chapter’s recap
In this chapter, we created an integration test for our database. We used that to test-drive the implementation of a database user, the database table, and the code needed to access our data. This code implemented the adapter for one of our ports in our hexagonal architecture. Along the way, we used some new tools. The DBRider database test framework simplified our test code, and the Jdbi database access library simplified our data access code.
Quiz
Get hands-on with 1400+ tech skills courses.