Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 237 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 237 Bytes

Java data access examples

A few exercises how to access a database from java using JDB, JPA, JINQ and JOOQ.

How to run database using docker

  • go to db/docker
  • run_db.bat or run_db.sh

How to run all examples

mvn clean test