Search⌘ K
AI Features

Challenge: Quarkus Data

Explore how to integrate multiple databases in a Quarkus application by creating APIs for managing book and customer data. This lesson guides you through using MongoDB for books and SQL for customers, including API development to track book rentals in a library system.

We'll cover the following...

Problem statement

Let’s consider a library management application that will keep track of two different entities: ...