Rewinding Time in MariaDB Databases: System-Versioning and Application-Time
Have you ever needed to rewind time in your database to see data as it looked a year ago or […]
Easier Oracle to MariaDB Migrations with sql_mode and DBeaver
If you’re considering migrating from Oracle to MariaDB, you need to know the sql_mode configuration property in MariaDB as well […]
MariaDB Server Turns 15! Here Are 15 Reasons Why Developers and DBAs Love It
October 29, 2009 was a special day in the database community—it saw the first release of MariaDB Server. Started as […]
The Easiest Way to Try MaxScale with your Java, Python, and Node.js Apps
Here’s the simplest method to integrate MariaDB MaxScale into your Java, Python, and Node.js projects using Canonical Multipass. This guide […]
Mixing SQL and NoSQL with MariaDB and MongoDB
Let’s say you have an application developed in Node.js (or any other platform). This application connects to a MongoDB database […]
All About MariaDB MaxScale Database Proxy For Read-Write Splitting
In this article, you will learn about database proxies and how to connect a Java web service, implemented with Spring […]
Building a Portable Database Server
If you are a Software Developer, DevOps Engineer, DBA, or Systems Administrator, you need a Raspberry Pi or an equivalent […]
Create reactive Java web services that scale from the database up using the EventSource API
Every developer knows that user patience is a precious commodity. If an application makes them wait, they will at best […]
Reactive Programming with Spring Data R2DBC on MariaDB SkySQL
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
Inspired by Wordle, Alejandro Duarte, MariaDB Developer Advocate, asks how a word-guessing game could be implemented using SQL queries and recursive CTEs.