SPECS


More Databases


More Current SQL Related Databases


MariaDB

SQL Database

MariaDB is a free, open-source relational database management system (RDBMS) that uses Structured Query Language (SQL) to manage, organize, and manipulate data. It was created in 2009 by the original developers of MySQL as a "drop-in" replacement due to concerns over Oracle's acquisition of MySQL. While it retains high compatibility with MySQL, MariaDB has evolved to offer significantly faster query performance, better multi-threading capacity, and a wider variety of storage engines.
More Information...

For full documentation visit mariadb.org.


MongoDB

NoSQL Database

MongoDB is a popular, open-source NoSQL database management system that stores data in flexible, JSON-like formats called BSON (Binary JSON). Instead of using rigid tables, rows, and columns like traditional relational databases (such as MySQL or PostgreSQL), MongoDB uses collections and documents.
More Information...

For full documentation visit mongodb.com.


Firebird

SQL Database

Firebird SQL is a free, open-source relational database management system (RDBMS) that offers high performance, concurrency, and a remarkably small footprint. It was forked from Borland's open-source InterBase source code in 2000 and is maintained under a Mozilla-style open-source license.
More Information...

For full documentation visit firebirdsql.org.


Valkey

NoSQL Database

Valkey is a high-performance, open-source, in-memory key-value data store. It is primarily used as a database, cache, message broker, and streaming engine. Born as a community-driven alternative to Redis, it delivers microsecond-level latency, making it ideal for caching, session storage, and rate limiting.
More Information...

For full documentation visit valkey.io.


Modern Databases


Databases Managers




---
title: More Databases
text: More Current SQL Related Databases
image: /assets/svg/firebird.svg
link: 
target: 
---