Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 827 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 827 Bytes

JavaDBstudying

This Java project was created for the purpose of studying and improving skills in SQL H2 database, Spring framework, and Test Driven Development (TDD).

Loading Five Million records into the H2 SQL database

Loading Five Million Records

Click the image above or use the following link to watch the video: Loading Five Million Records

The video demonstrates the process of loading five million records into an H2 SQL database using Java code. In 2.5 minutes, the Java application performs the data loading process, showcasing console output for every record inserted.

Feel free to explore the JavaDBstudying project repository for more details and code samples.