asciidoctor / asciidoctor-kroki

Asciidoctor.js extension to convert diagrams to images using Kroki!

Home Page:https://kroki.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBML interactive doesn't show indexes

SpeedyGonzaless opened this issue · comments

When I am using dbml I would like to see indexes as for dbml
image
but instead I cannot see pop-up with indexes
image
Or maybe I am doing something wrong?
I used the same code for adoc and for this website https://dbdiagram.io/d

[dbml,database,svg,options="interactive"]
Table tag {
    id uuid [not null]
    name text [not null]

    indexes {
        (id) [pk]
        (name) [unique]
    }
}

Table tag2 {
    id uuid [not null]
    tag_id uuid [ref: > tag.id]
}
----

Kroki is using https://github.com/softwaretechnik-berlin/dbml-renderer to render DBML.
I don't think the rendering engine used at https://dbdiagram.io/d is open source.

In the future please join https://kroki.zulipchat.com/ to ask questions.