Can you recommend a PostgreSQL Visual Database Designer for Linux?

14,074

pgDesigner is a database design application for PostgreSQL, for versions 7.x and 8.x.

pgDesigner provides the following features:

  • 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
Share:
14,074
IrishGuy
Author by

IrishGuy

Professional software developer, interested in all aspects of consumer internet and enterprise software. Experience developing solutions for: retail, advertising, finance and telco industries. Specialties: Software design and development. Planning and task execution, pushing software projects to "go live". Strong experience using: TDD, Scrum, SEO Tools and Analytics. Interested in marketing and brand development, management, coaching, leadership, payment solutions and financial services. Preferred Languages: Java, PHP, Python, Node DB: DB2, Sybase, MySQL, SQLite3 BPM: Pega 7.x

Updated on June 18, 2022

Comments

  • IrishGuy
    IrishGuy almost 2 years

    When I'm in Windows, I use the excellent MicroOLAP Database 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?

    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.

  • John Millikin
    John Millikin over 15 years
    dbDesigner4 looks like it's designed for MySQL, while @OP is looking for a designer for PostgreSQL.
  • IrishGuy
    IrishGuy over 15 years
    That's right, dbDesigner4 is for MySQL, in fact, is the base for MySQL Workbench, but thanks for answer anyway.