This is not exactly a Perl question. But I will be using DBI 😁

I'm starting a new little project and I will be using MariaDB but using more of its power than I usually do.

Normally I use MySQL Workbench to visually create the ERD. However, for this project, the limitations of using a MySQL product with a MariaDB database are becoming apparent despite their common ancestor. The biggest issues I have found so far are that MySQL and MariaDB use different syntax for disabled indexes, Workbench doesn't support the Aria storage engine and Workbench doesn't seem able to create temporal tables with System Versioning.

I've looked at many of the graphical clients suggested for MariaDB but none of them seem to visually create ERDs and forward engineer them.

Are you aware of an equivalent to MySQL Worklbench for MariaDB?

It's beginning to look like I will need to brush up on my DLL SQL which I seldom use as Workbench is very good at dealing with that for simpler databases that are using MyISAM or InnoDB tables.

Edited to correct typo


In reply to OT: MariaDB data modelling by Bod

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.