You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains examples on how to connect to [MariaDB](https://mariadb.com) databases using a combination of different Java libraries and frameworks.
6
+
7
+
## JDBC & JPA
6
8
7
9
-[JDBC (Java Database Connectivity)](jdbc/): The foundational technology used for persistence in Java.
8
10
-[JPA/Hibernate](jpa-hibernate): The de-facto standard for consuming databases from Java apps.
11
+
12
+
## Spring Boot
13
+
9
14
-[Spring Boot Data JPA](spring-boot-jpa/): Spring-based programming model for data access on top of JPA.
0 commit comments