doteur 0.3.3

Tool to automate the visualisation of UML dependencies from a SQL file
Documentation
1
2
3
4
5
6
7
8
9
FROM rust:1.52

RUN apt update; apt install graphviz -y

WORKDIR /usr/src/doteur

COPY ./examples .

RUN cargo install doteur