I have found a few references that claim that the Postgres DBD driver (DBD::Pg) can be used for this purpose

Can you give those references?

UPDATE:

I find on the h2 site that the postgres jdbc driver can be used and that there are so-called "compatibility modes". And that one of those compatibility modes is a postgres compatibility mode:

H2 compatibility modes

Just for reference, here is the postgres jdbc driver

P.S.
Funny how they 'qualify' database features: postgresql gets a glaring red "No" for "Pure Java". Fair enough, but it still made me laugh :)

I also think that the "No" for postgres' "Linked tables" is wrong. Do not the myriad FDW drivers amount to the same thing?

The 'In-Memory Mode' and 'Embedded Mode (Java)' seems to be the interesting part of H2.


In reply to Re: H2 database connect in perl by erix
in thread H2 database connect in perl by NetWallah

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.