Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>acacia-erdNew to Visual Studio Code? Get it now.
acacia-erd

acacia-erd

manacacia

|
4 installs
| (0) | Free
Entity Relationship Diagram (ERD) with grid layout
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

acacia-erd

Entity Relationship Diagram (ERD) with grid layout

Screenshot_erd

WordPress ERD

Screenshot_wordpress

Discourse ERD

Screenshot Discourse

Redmine ERD

Screenshot Redmine

Oracle Select

SELECT JSON_ARRAYAGG(
    JSON_OBJECT(
        'id' VALUE LOWER(table_name),
        'name' VALUE LOWER(table_name),
        'columns' VALUE (
            SELECT JSON_ARRAYAGG(LOWER(column_name) ORDER BY column_id)
            FROM all_tab_columns t1
            WHERE t1.owner = t.owner AND t1.table_name = t.table_name)
        )
    ) AS entities
FROM
    all_tables t
WHERE
    owner = 'YOUR_SCHEMA_NAME'
ORDER BY
    table_name;
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft