To start, I'll make clear that I don't know of a freely accessible MySql engine. That's an admission of ignorance, not a statement that they do not exist.

However, I find that accessing other (relatively sane) databases is not particularly difficult once you can access any other. All you need to do install the appropriate DBD and start speaking SQL to it. The interface differences are quite minor and if you already know how to contact MySql a fewn minutes reading TFM and changing a few details in the code you arelady have will get you started.

So if you're willing to pay the entry fee (well worth paying, purely for the education you receive in return IMO), you may like to visit a FlyBase forum posting to gain free, read-only access to a massive PostgreSQL database of genetic information. The FlyBase site is driven by the underlying database and so you can see what the data looks like at a higher level than raw SQL. I'd start by first examining the table definitions and then examining some of the simpler taples, especially the "pub" (i.e. publication) table which is a relatively straightforward implementation of a bibliographic database.

Disclaimer: I work for FlyBase and I'm biased towards the pub table and its related tables because I'm the guy who, by and large, is in charge of the biblio portion of FlyBase.


In reply to Re: DBI question by Xilman
in thread DBI question by mlegan

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.