Database to ER diagram (DB2ERD) is a desktop app that converts SQL CREATE
statements into ER
diagram using d2lang for generating the diagram and Dioxus(Rust crossplatform app development library) for bundling the desktop app.
This is still a work in progress, but it is possible to generate
d2
diagrams with the app as it is.
This app assumes that you have already installed D2
locally. Find more about the installation here.
To check that your local installation is working correctly, run:
d2 version
This is currently a desktop-only app.
Clone the project and run the following command
cd /project_directory
cargo run