Rewinding Time in MariaDB Databases: System-Versioning and Application-Time
Posted on 3月 5, 2025 by Alejandro Duarte
Have you ever needed […]
Easier Oracle to MariaDB Migrations with sql_mode and DBeaver
Posted on 1月 7, 2025 by Alejandro Duarte
If you’re cons […]
MariaDB Server Turns 15! Here Are 15 Reasons Why Developers and DBAs Love It
Posted on 10月 29, 2024 by Alejandro Duarte
October 29, 2009 was […]
The Easiest Way to Try MaxScale with your Java, Python, and Node.js Apps
Posted on 10月 9, 2024 by Alejandro Duarte
Here’s the simplest […]
Mixing SQL and NoSQL with MariaDB and MongoDB
Posted on 8月 10, 2023 by Alejandro Duarte
Let’s say you […]
All About MariaDB MaxScale Database Proxy For Read-Write Splitting
Posted on 11月 16, 2022 by Alejandro Duarte
In this article, you […]
Building a Portable Database Server
Posted on 9月 20, 2022 by Alejandro Duarte
If you are a Softwar […]
Create reactive Java web services that scale from the database up using the EventSource API
Posted on 8月 25, 2022 by Alejandro Duarte
Every developer know […]
Reactive Programming with Spring Data R2DBC on MariaDB SkySQL
Posted on 3月 28, 2022 by Alejandro Duarte
How developers can gain scalability with fully-reactive Java applications that consume relational databases, and step-by-step instructions on how to test your use case.
Implementing Wordle’s game logic in SQL
Posted on 3月 1, 2022 by Alejandro Duarte
Inspired by Wordle, Alejandro Duarte, MariaDB Developer Advocate, asks how a word-guessing game could be implemented using SQL queries and recursive CTEs.