Skip to content

Commit b329268

Browse files
committed
mysql client links
1 parent 5ed3dd4 commit b329268

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

content/blog/2025-02-23-free-mysql-clients.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ DbGate is a modern, versatile database client that offers both web-based and des
2424
- **Pricing** (February 2025): Free and open source
2525
- **Technology**: Electron, Svelte
2626

27+
### DbGate Links
28+
- [Download DbGate](https://dbgate.org/download/)
29+
- [GitHub Repository](https://github.com/dbgate/dbgate)
30+
- [Try DbGate online](https://demo.dbgate.org/)
31+
2732
<img src="/blog/2025-02-23/dbgate.png" alt="DbGate screenshot" width="600" />
2833

2934
## MySQL Workbench
@@ -43,6 +48,10 @@ It offers advanced tools for MySQL, like migration wizard, visual database desig
4348
- **Pricing**: Free
4449
- **Technology**: C++/Python
4550

51+
### MySQL Workbench Links
52+
- [Download MySQL Workbench](https://dev.mysql.com/downloads/workbench/)
53+
- [GitHub Repository](https://github.com/mysql/mysql-workbench)
54+
4655
<img src="/blog/2025-02-23/workbench.png" alt="MySQL Workbench screenshot" width="600" />
4756

4857
## phpMyAdmin
@@ -61,6 +70,10 @@ phpMyAdmin is a classic web-based MySQL administration tool that has been the go
6170
- **Pricing**: Free and open source
6271
- **Technology**: PHP
6372

73+
### phpMyAdmin Links
74+
- [Download phpMyAdmin](https://www.phpmyadmin.net/downloads/)
75+
- [GitHub Repository](https://github.com/phpmyadmin/phpmyadmin)
76+
6477
<img src="/blog/2025-02-23/phpmyadmin.png" alt="phpMyAdmin screenshot" width="600" />
6578

6679
## DBeaver
@@ -79,6 +92,10 @@ DBeaver is a powerful multi-platform database tool that supports multiple databa
7992
- **Pricing**: Community Edition - Free and open source
8093
- **Technology**: Java
8194

95+
### DBeaver Links
96+
- [Download DBeaver](https://dbeaver.io/download/)
97+
- [GitHub Repository](https://github.com/dbeaver/dbeaver)
98+
8299
<img src="/blog/2025-02-23/dbeaver.png" alt="DBeaver screenshot" width="600" />
83100

84101
## Beekeeper Studio
@@ -97,6 +114,10 @@ Beekeeper Studio is a modern, lightweight SQL editor and database manager focusi
97114
- **Pricing**: Community Edition - Free, with paid options available
98115
- **Technology**: Electron + VueJS
99116

117+
### Beekeeper Studio Links
118+
- [Download Beekeeper Studio](https://www.beekeeperstudio.io/get)
119+
- [GitHub Repository](https://github.com/beekeeper-studio/beekeeper-studio)
120+
100121
<img src="/blog/2025-02-23/beekeeper.png" alt="Beekeeper Studio screenshot" width="600" />
101122

102123
## Conclusion

0 commit comments

Comments
 (0)