SaaSHub helps you find the best software and product alternatives Learn more →
MariaDB Alternatives
Similar projects and alternatives to MariaDB
-
PostgreSQL
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
Redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
-
-
-
-
MySQL
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
-
cockroach
CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
CouchDB
Seamless multi-primary syncing database with an intuitive HTTP/JSON API, designed for reliability
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
MariaDB discussion
MariaDB reviews and mentions
-
Getting Forked by Microsoft
Original license of Redis is retained in the form Valkey:
https://github.com/valkey-io/valkey/blob/unstable/COPYING
Third party licenses retained in a THIRDPARTY file in MariaDB
https://github.com/MariaDB/server/blob/main/THIRDPARTY
Only two good examples I could quickly find.
-
Corgi: The CLI That Tames Your Local Microservices Chaos
mariadb
- Portspoof: Emulate a valid service on all 65535 TCP ports
-
MariaDB (Bite-size Article)
Download from the Official Website: Visit the official MariaDB website (https://mariadb.org/) and download the version that matches your operating system.
-
From License to Freedom: Embracing Open Source Forks Knowing What to Expect
One of the most famous examples is MariaDB, a fork of MySQL. When Oracle acquired MySQL back in 2009, concerns arose about the future of the database under a corporate umbrella and while MySQL has remained open source, the idea of it living under Oracle's roof was enough to push some of the original creators to fork an alternative that still lived within the developer community. During the early stages of MariaDB, it was used as a drop-in replacement that promised to remain open and community-driven. Being able to simply switch from MySQL to MariaDB with minimal effort made adopting their product easy. Fast forward to today, MariaDB is widely adopted and continues to evolve independently from its ancestor. With the community driving the success, MariaDB has been adopted as the default database in major Linux distributions, including Debian, RHEL, CentOS, openSUSE, and Fedora.
-
Using the built-in SQLite module in Node.js
SQLite is a lightweight database engine written in C. It is a simple, fast, and fully featured implementation of an SQL Database Management System. SQLite differs from other relational databases like MariaDB and PostgreSQL because it does not run as a server.
-
100+ Must-Have Web Development Resources
MariaDB: A fork of MySQL developed by early MySQL employees.
-
The Home Server Journey - 6: Your New Blogging Career
It seems easy enough to just deploy a MySQL container and use it, right? Well... It seems that there are some concerns about its licensing and development direction ever since the brand has been bought by Oracle (remember OpenOffice?). That was the motivation for the MariaDB fork, distributed under the GPLv2 license, which nowadays is not even a 100% drop-in replacement for MySQL, but still works for our case
-
The Home Server Journey - 5: Rebuilding Burned Bridges
(At first we're using a PostgreSQL image from the official DockerHub repository, but different databases such as MySQL/MariaDB or MongoDB will follow a similar pattern)
-
Which Database is Perfect for You? A Comprehensive Guide to MySQL, PostgreSQL, NoSQL, and More
MariaDB is an open-source RDBMS that originated as a fork of MySQL. It aims to maintain compatibility with MySQL while offering additional features.
-
A note from our sponsor - SaaSHub
www.saashub.com | 23 Apr 2025
Stats
MariaDB/server is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of MariaDB is C++.