你能推荐一个适用于 Linux 的 PostgreSQL 可视化数据库设计器吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/144487/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Can you recommend a PostgreSQL Visual Database Designer for Linux?
提问by ramayac
When I'm in Windows, I use the excellentMicroOLAPDatabase Designer for PostgreSQL, but its not open source or multiplataform.
Do you know or can recommend me an alternative to this software, that I can use in Linux?
当我在 Windows 中时,我使用优秀的MicroOLAPDatabase Designer for PostgreSQL,但它不是开源或多平台的。
您知道或可以推荐我可以在 Linux 中使用的该软件的替代品吗?
EDIT: Just to clarify, I don't want to use wine to emulate MicroOlap for PostgreSQL, it doesn't work too well, I would prefer something native, or Java based.
编辑:只是为了澄清,我不想使用 wine 来模拟 PostgreSQL 的 MicroOlap,它不太好用,我更喜欢本机或基于 Java 的东西。
回答by Oli
pgDesigneris a database design application for PostgreSQL, for versions 7.x and 8.x.
pgDesigner是 PostgreSQL 的数据库设计应用程序,适用于 7.x 和 8.x 版本。
pgDesigner provides the following features:
pgDesigner 提供以下功能:
- Complete datamodel editor
- Support for PostgreSQL objects: tables, views, relations, tablespaces, procedures, triggers, types, domains and sequences
- Automatic updating of relations between tables.
- Wizard for the construction of views.
- Report generator, with statistics
- Printing the diagram
- SQL export
- Creation of the database
- Management of the project on a diagram chart
- 完整的数据模型编辑器
- 支持 PostgreSQL 对象:表、视图、关系、表空间、过程、触发器、类型、域和序列
- 自动更新表之间的关系。
- 用于构建视图的向导。
- 报告生成器,带统计
- 打印图表
- SQL 导出
- 数据库的创建
- 在图表上管理项目
回答by Andrew
I stopped using software database designers years ago, and reverted back to the trusty pen and paper which is just easier to use in my experience.
几年前我停止使用软件数据库设计器,并重新使用可信赖的笔和纸,根据我的经验,它更易于使用。
To answer your question though, take a look at dbDesigner4which is what I used to use. I remember it being fantastic. It's open source and multiplatform.
不过,要回答您的问题,请查看我以前使用的dbDesigner4。我记得它太棒了。它是开源和多平台的。
回答by John Millikin
回答by Gavin M. Roy
I really like dbWrench. It's commercial as well, but not expensive and is Java based. It can reverse engineer a database and generates pretty good HTML based documentation.
我真的很喜欢dbWrench。它也是商业的,但并不昂贵,而且是基于 Java 的。它可以对数据库进行逆向工程并生成非常好的基于 HTML 的文档。
回答by jfm3
This is a crappy answer for which I should be taken out and shot, but you can search over nearly all PostgreSQL related projects at PgFoundry. I don't know from GUI database design tools, but I'd imagine you should be able to find something there, if it exists.
这是一个蹩脚的答案,我应该被删除并射击,但您可以在PgFoundry搜索几乎所有与 PostgreSQL 相关的项目。我不知道 GUI 数据库设计工具,但我想你应该能够在那里找到一些东西,如果它存在的话。