Summary & Quiz: Driving the Database Layer

Test yourself on what you have learned so far.

We'll cover the following

Section’s recap

In this section, we have 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. The JDBI database access library simplified our data access code.

Quiz

Get hands-on with 1200+ tech skills courses.