TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

SQL Buddy - Attractive, in-progress, just-released PHPMyAdmin alternative

7 点作者 BSeward大约 17 年前

4 条评论

BSeward大约 17 年前
I'm not affiliated with this project, just caught my eye.<p>It's not a full-fledged PHPMyAdmin alternative (yet). Interface seems non-intimidating and immediately usable, so for that it might be handy for basic MySQL needs.<p>Not open source. But free for non-commercial use, $25 otherwise. If it inspires an open source MySQL GUI to think critically about UX then that would be just great.
评论 #191615 未加载
SwellJoe大约 17 年前
Webmin includes a very competent MySQL administrative module (likewise PostgreSQL), though until we release the new UI, it seems a little clunky (better than phpMyAdmin, IMNSHO, but still old school web 1.0 style).<p>Extensive documentation, including screenshots:<p><a href="http://doxfer.com/Webmin/MySQLDatabaseServer" rel="nofollow">http://doxfer.com/Webmin/MySQLDatabaseServer</a><p>And, for the folks running PostgreSQL, and don't like being in the ghetto without good GUI tools:<p><a href="http://doxfer.com/Webmin/PostgreSQLDatabaseServer" rel="nofollow">http://doxfer.com/Webmin/PostgreSQLDatabaseServer</a>
slim大约 17 年前
I've done a little SQL console with syntax highlighting fro my own needs.<p><a href="http://github.com/slim/bazdig/tree/master" rel="nofollow">http://github.com/slim/bazdig/tree/master</a><p>you need PHP5 and PDO_SQLITE though
ahold大约 17 年前
phpminadmin is another alternative. one file, many functions, open-source. <a href="http://phpminadmin.sourceforge.net/phpMinAdmin.php" rel="nofollow">http://phpminadmin.sourceforge.net/phpMinAdmin.php</a>
评论 #249620 未加载