MySQL is a widely-used open-source relational database management system (RDBMS) that is highly favored by application developers for its reliability, robustness, and flexibility in handling data. It operates under a client-server model, enabling multiple users to create, access, and manage databases efficiently. MySQL is known for its high-performance capabilities and ease of integration with various programming languages, making it an ideal choice for web applications, often as part of the LAMP stack (Linux, Apache, MySQL, PHP/Perl/Python). It supports a vast array of SQL operations, including complex queries, transactions, and data integrity constraints, and features a user-friendly interface via tools like MySQL Workbench. Additionally, it offers horizontal scalability and system redundancy through replication and sharding, which is essential for modern applications with large and distributed datasets. With its extensive documentation and active community support, developers can quickly find resources and solutions to optimize and troubleshoot their database implementations.
View the most prominent open source MySQL projects in the list below. Click on a specific project to view its alternative or complementary packages. Make comparisons and find the best package for your app.
- 「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!☆147,746Updated this week
- mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、…☆78,822Updated this week
- Architected for speed. Automated for easy. Monitoring and troubleshooting, transformed!☆72,937Updated this week
- The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Pro…☆65,917Updated this week
- 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.☆64,628Updated this week
- 🔥 🔥 🔥 Open Source Airtable Alternative☆50,847Updated this week
- Gogs is a painless self-hosted Git service☆45,337Updated 2 weeks ago
- Free universal database tool and SQL client☆41,335Updated this week
- Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB☆40,708Updated this week
- The simplest, fastest way to get business intelligence and analytics to everyone in your company☆39,384Updated this week
- TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.☆37,734Updated this week
- 2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。☆36,743Updated 7 months ago
- An open-source & self-hostable Heroku / Netlify / Vercel alternative.☆36,321Updated this week
- 【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。☆36,251Updated 4 months ago
- ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works …☆34,748Updated last week
- Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL …☆29,707Updated this week
- 🔥 官方推荐 🔥 RuoYi-Vue 全新 Pro 版本,优化重构所有功能。基于 Spring Boot + MyBatis Plus + Vue & Element 实现的后台管理系统 + 微信小程序,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowab…☆28,765Updated last week
- The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, aut…☆28,712Updated this week
- Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.☆26,754Updated this week
- Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅☆25,683Updated this week
- To Be Top Javaer - Java工程师成神之路☆25,386Updated last year
- Empowering Data Intelligence with Distributed SQL for Sharding, Scalability, and Security Across All Databases.☆20,008Updated this week
- Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Mato…☆20,080Updated this week
- Open-source link management infrastructure. Loved by modern marketing teams like Twilio, Perplexity, Vercel, and Huberman Labs.☆19,634Updated this week
- A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.☆19,521Updated last week
- Vitess is a database clustering system for horizontal scaling of MySQL.☆18,958Updated this week
- A pure node.js JavaScript Client implementing the MySQL protocol.☆18,332Updated 6 months ago
- 🔥🔥🔥AI-driven database tool and SQL client, The hottest GUI client, supporting MySQL, Oracle, PostgreSQL, DB2, SQL Server, DB2, SQLite,…☆18,256Updated this week
- Dolt – Git for Data☆18,153Updated this week
- 📊 Cube — Universal semantic layer platform for AI, BI, spreadsheets, and embedded analytics☆18,142Updated this week
- Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.☆17,141Updated this week
- The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lak…☆16,894Updated this week
- ruoyi-vue-pro 全新 Cloud 版本,优化重构所有功能。基于 Spring Cloud Alibaba + MyBatis Plus + Vue & Element 实现的后台管理系统 + 用户小程序,支持 RBAC 动态权限、多租户、数据权限、工作流、三方登…☆16,611Updated last week
- An powerful enhanced toolkit of MyBatis for simplify development☆16,590Updated this week
- Database migrations. CLI and Golang library.☆15,872Updated last month
- flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Ta…☆14,620Updated 7 months ago
- Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package☆14,613Updated 3 weeks ago
- Generate type-safe code from SQL☆13,982Updated this week
- 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, …☆13,886Updated this week
- 一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄☆13,603Updated this week