Java and JVM developers can connect to and communicate with MariaDB using either the native JDBC or R2DBC driver.
A collection of code samples that demonstrate how to quickly get started with Java and MariaDB using the JDBC and R2DBC drivers.
Samples include examples on how to:
A Wordle clone implemented with Spring Boot, R2DBC, MariaDB, and Svelte.
A web application, backed by the power of MariaDB connectors and MariaDB ColumnStore database, that allows you to analyze over 180 million flight records from the United States Department of Transportation in real time without needing to add any indexes.
A web application backed by the power, performance, and simplicity of MariaDB, allows you to record all of your favorite locations using both structured (relational) and semi-structured (JSON) data.
A web application that introduces you to the power, performance and simplicity of MariaDB through simple CREATE-READ-UPDATE-DELETE (CRUD) operations.
The official MariaDB documentation provides the most robust and extensive reference material on MariaDB features and capabilities.