code-differently-24-q4

Lesson 28: Introduction to Databases (Slides)

Pre-work

Please review the following resources before lecture:

Required

Homework

Loading The Library, Part II

Instead of loading our library data from JSON or CSV files as we did in lesson_10, we now want to load data from a proper database. A new implementation of the LibraryDbDataLoader data loader has been provided to accomplish this task and is now the default data loader for the app.

To build familiarity in working with databases, you are charged with the following tasks:

As before, you can run the app from the console using the following command:

./gradlew run --console=plain