X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=example.html;h=409483567d8d50ef8d7c6b65e18d7595e9213c46;hb=e570c0aab6f7b776cb8c6ce3c7d64c585deb66a0;hp=dcb2fcdbc958144f9d21804c077e045664db81ec;hpb=48a55161a22d169781fa3e0805ed2da7dac952cf;p=erdiag.git diff --git a/example.html b/example.html index dcb2fcd..4094835 100644 --- a/example.html +++ b/example.html @@ -1,4 +1,11 @@ -
+

MCD graph:

+
+ +

MLD graph:

+
+ +

SQL instructions:

+
@@ -6,13 +13,13 @@ let er = new ErDiags(` [Musician] - #id (integer) + +id (integer) name band role (varchar not null) [Instrument] - #name + +name family (varchar not null default "Brass") [Piano] @@ -30,5 +37,7 @@ is_a Instrument Piano Guitar `); - er.drawMcd("test"); + er.drawMcd("mcd"); //,"bubble" + er.drawMld("mld"); + er.fillSql("sql");