JDBC
The JDBC API is the Java™ SE standard for database-independent connectivity between the Java™ programming language and a wide range of databases: SQL or NoSQL databases and tabular data sources like spreadsheets or flat files.
Read more on the JDBC API in JDBC Overview and in the official Java SE 8 documentation in Java JDBC API.