It would be nice to be able to import a SQL table directly into an ERD. For example, if I had the following code
CREATE TABLE customer (
id integer NOT NULL,
first_name VARCHAR (50),
last_name VARCHAR (50),
PRIMARY KEY(ID)
)
This should be able to pull in the SQL and create an ERD diagram from that. This is a feature that draw.io has that would be great if Lucid could have a similar feature. The issue with the current import feature is that it is limited to only 4 databases and we currently use Redshift.