Databases

SQL and NoSQL database systems

All Databases

MariaDB

MariaDB is a MySQL-compatible database created by the original MySQL developers. Offers improved performance, security features, and remains fully ope...

Official Website →

MongoDB

MongoDB is a popular NoSQL document database that stores data in flexible, JSON-like documents. Scales horizontally and perfect for modern application...

Official Website →

MySQL

MySQL is the most popular open-source relational database. Fast, reliable, and scalable, used by major websites like Facebook, Twitter, and YouTube.

Official Website →

PostgreSQL

PostgreSQL is an advanced, enterprise-class open-source relational database. Known for reliability, data integrity, and support for complex queries an...

Official Website →

Redis

Redis is an in-memory data structure store used as database, cache, and message broker. Extremely fast, supports various data structures, and offers p...

Official Website →

SQLite

SQLite is a lightweight, embedded relational database that requires no server setup. Perfect for mobile apps, desktop applications, and small to mediu...

Official Website →