离线 MySQL 表定义生成器
我正在寻找类似于 phpmyadmin 中的表创建表单的内容,但它应该只是在表单下方的文本区域中显示 CREATE TABLE 语句。
它也不应该需要 MySQL、PHP 甚至服务器来工作。
我在处理项目时需要这个,只是想快速创建一个表定义。 我很可能总是打开一个文本编辑器,因此能够保存到文件并不是必须的。
我使用 Ubuntu 并使用 Gnome。 一个可以放在“应用程序”菜单中的小型 GTK 应用程序将是理想的选择。
I'm looking for something similar to the table creation form from phpmyadmin, but it should simply display a CREATE TABLE statement in a textarea below the form.
It should also not require MySQL, PHP, or even a server to work.
I want this for times I'm working on projects and just want to whip up a quick table definition. I'll more than likely always have a text editor open, so being able to save to file isn't a must-have.
I'm on Ubuntu and use Gnome. A tiny GTK application I could stick in my Applications menu would be ideal.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
足够熟悉在文本编辑器中删除表定义成为第二天性的语法并不困难。
不过,请查看 DBDesigner4,它是一个 GPL 应用程序,可能对您有用。
It's not that hard to get familiar enough with the syntax that knocking out a table definition in a text editor becomes second nature.
However, check out DBDesigner4, which is a GPL application which might be useful to you.
使用 MySQL 工作台:http://dev.mysql.com/downloads/workbench/5.0。下载
Use the MySQL Workbench: http://dev.mysql.com/downloads/workbench/5.0.html