Skip to content

sqlcomponents/persistence-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages