What I Learned

Note Taking Repo

View on GitHub

👈 Back

JDBC Driver

A driver is a software component that allows a java application to communicate with a database. The driver provides an interface between the application and the database management system(DBMS) and translate’s the application’s JDBC API calls into the specific protocol used by the DBMS.