MySQL
Open source relational database management system
12.4k stars 4.3k forks last commit first released
Actively maintained
Last commit 10 Aug 2026.

MySQL is a widely used open source relational database management system (RDBMS) that stores and retrieves data using SQL. It is commonly deployed as the data layer for web applications and business systems, ranging from small single-node setups to high-availability architectures.
Key Features
- ACID-compliant transactional storage via pluggable storage engines (commonly InnoDB)
- SQL querying, indexing, constraints, views, and stored programs (procedures, functions, triggers)
- Replication options to support read scaling and failover (depending on configuration)
- Authentication, authorization, and role-based access control with auditing capabilities depending on edition/plugins
- Online backup and recovery workflows supported through ecosystem tooling and replication-based strategies
- Optional clustering capabilities through MySQL Cluster (NDB) for certain real-time workloads
Use Cases
- Primary database for web applications (e-commerce, CMS, SaaS backends)
- Business applications requiring structured relational data and SQL reporting
- Read-scaled deployments using replicas for analytics or heavy read traffic
Limitations and Considerations
- Some advanced features and enterprise tooling may depend on edition, plugins, or external ecosystem components
- Performance and behavior can vary significantly by storage engine and configuration choices
MySQL remains a standard choice for relational data storage due to broad ecosystem support, mature operational tooling, and flexible deployment patterns. It fits both straightforward single-instance deployments and more complex replicated or clustered environments when properly configured.
Categories:
Tags:
Tech Stack:
Similar to MySQL

CloudBeaver
Web-based database manager for SQL and NoSQL data sources
CloudBeaver is an open-source, web-based database manager for teams, offering a browser SQL editor, data browsing/editing, and administration for many databases.
pgAdmin 4
Web and desktop administration and development for PostgreSQL
pgAdmin 4 is an open source web and desktop GUI for administering and developing PostgreSQL databases, including query tooling, object management, and maintenance tasks.

NocoDB
No-code spreadsheet interface for SQL databases with APIs
Open-source Airtable alternative that turns Postgres/MySQL/SQLite into a no-code spreadsheet UI with views, permissions, integrations, and REST APIs.

Bytebase
Database DevSecOps platform for schema change and access governance
Open-source database DevSecOps tool for managing schema migrations, SQL review, audit logging, access control, and data masking across multiple databases.
PostgreSQL
Enterprise-grade open source relational database
PostgreSQL is an advanced open source object-relational database with strong SQL compliance, ACID transactions, extensibility, and robust indexing and replication options.


Manticore Search
Fast open-source search database with SQL and JSON APIs
Manticore Search is a fast open-source search database for full-text, faceted, and vector search with SQL (MySQL protocol) and HTTP JSON APIs.



