Skip to content

Files

Latest commit

 

History

History
23 lines (15 loc) · 456 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 456 Bytes

Persistence Puzzle

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.

Setup

Create the Database

docker-compose up -d

View SQL Queries

docker logs -f the_database

View Dependencies

./mvnw dependency:tree -Dscope=compile