Can't use database diagram

0 votes
asked Jul 11, 2018 in Question / help by Dasbrow
I am trying to use the database diagram in the below uml, it gives me  syntax error with out the : colon, with it I just get another rectangle.

@startuml
title Login Process\n

:Login;
-> Authentication;
if (Multi User) then (Yes)
  :prompt for selection;
  :set session resources for selected;
else (No)
  :select user belongs to set session info;
  :set session resources;
endif

database name of DB;
:Dashboard;
@enduml

1 Answer

0 votes
answered Jul 11, 2018 by plantuml (294,960 points)
commented Jul 11, 2018 by Dasbrow
Not the issue, I say in my post that with out the colon it gives the the error I know this already. I am trying to display the database diagram not a regular one

Diagram I want
http://www.plantuml.com/plantuml/png/SoWkIImgAStDuKf9B4bCIYnELKX9ud98pKi1YW40
...