Yes, I could. Here's the history, I was originally looking for something that uses Perl/DBI to create/edit/update database schemas with, which I couldn't find any of. Alzabo must of missed my search entirely at that stage, I'm not sure why. So I started to look for CPAN SQL schema type modules, which encompassed as complete a selection of SQL bits as possible. There are quite a few modules, most were disgarded because all they knew were tables.

As far as I remember, from re-looking at Alzabo just now, it failed my criteria because of that, and because the interface just seemed pretty complex. (For me, that means each module has heaps of methods whose names dont immediately suggest their function). I still didn't notice that it has something to design schemas with, I guess I missed it somehow.

Anyhow, I'm now basing my tool on SQL::Translator, and contributing code to that. It's probably missing some stuff that Alzabo has, but its understandable (to me), has a nice internal format, which it can convert to/from multiple SQL/other formats (currently Oracle, SQLLite, MySQL, DB2, PostGres, Sybase, TT, GraphViz, HTML... ) which means all I need to build is the actual interface to create/modify the schema objects, and buttons to export/import from the available formats.

In short, sorry, I would, but at this stage it would probably only be an Producer for SQL::T to make something Alzabo can read, and vice versa.

C.


In reply to Re^3: The Alzabo Schema Editor is Sweet by castaway
in thread The Alzabo Schema Editor is Sweet by metaperl

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.