Summary and Quiz: Driving the Database Layer
Understand how to create integration tests for database access in Java using DBRider and Jdbi. This lesson guides you through test-driving the database user implementation and adapting it to hexagonal architecture, enhancing your skills in building reliable and maintainable database layers.
We'll cover the following...
We'll cover the following...
Chapter’s recap
In this chapter, we created an ...