Explore various persistence approaches in Java with hands-on examples. This repository showcases techniques like JPA, JDBC, SQL Builders, and more, highlighting their strengths and limitations to help developers make informed decisions.
Create the Database
docker-compose up -d
View SQL Queries
docker logs -f the_database
View Dependencies
./mvnw dependency:tree -Dscope=compile