dineug / erd-editor

Entity-Relationship Diagram Editor
https://erd-editor.io
MIT License
900 stars 93 forks source link

Adding arbitrary SQL statements to DDL #320

Open OscarVanL opened 1 year ago

OscarVanL commented 1 year ago

Hey,

I want my vuerd file to be the source-of-truth for setting up my Database.

I have stuff like extensions required for my database to function, such as:

CREATE EXTENSION IF NOT EXISTS pgcrypto;

Is there anywhere in vuerd to add this so that it gets added to the output SQL DDL?

Thanks.

github-actions[bot] commented 9 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.