This repo shows how JDBC works; essentially contains a sample database that is integrated with JDK-19 using a MySQL connector.
The codes uploaded include:
- a sample database
- the basic connector java code
- more codes for insertion, updation and deletion of data using JDBC