ERDTool alpha version for trial

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: ERDTool alpha version for trial
Date: 2020-12-16 11:30:06
Message-ID: CANxoLDdHTdLGfRrpmr+n69k=ZSN-TQeioB9O4KrSTxNHwmJk4Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi All

pgAdmin team has pleased to announce that we have implemented the new
feature *ERDTool (Alpha).* It is not released yet as it is in the
*alpha* phase,
so we are providing the installers for trial purposes.
Installers can be found at
https://developer.pgadmin.org/builds/2020-12-16-1/

We highly appreciate it if a larger audience test this new ERDTool and
provide their *feedback*(positive/negative)

*How to use:*

1) You can start a new ERD project from Tools -> New ERD Project. This will
open a blank canvas. Use the add button to create tables. Use - "1M" for
one to many links. Explore other options as well.

[image: image.png]. [image: image.png]

2) Alternatively, you can also generate the ER diagram for an existing
database. This will pull all the tables, link them, and arrange them. You
can also auto arrange it from the toolbar button.

[image: image.png]. [image: image.png]

3) You can save the project. The extension used here by the tool is .pgerd.
You can load this project anytime later.

[image: image.png]

4) Once you're happy, you can click on the "Generate SQL" to get the DDL.
This will open a new query tool with DDL.
[image: Screenshot 2020-12-10 at 2.29.17 PM.png]. [image: image.png]

--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres <http://edbpostgres.com>*

*Mobile: +91 976-788-8246*

Browse pgadmin-hackers by date

  From Date Subject
Next Message Rahul Shirsat 2020-12-16 13:10:09 [pgAdmin] RM5973 Option to Never Expire a user account is unintuitive
Previous Message Akshay Joshi 2020-12-16 06:42:18 Re: [pgAdmin] RM5875 template1 is shown after you use pg_upgrade