Having reflected on your comments for several days, I have realized the following:
  1. I was hoping to have all means of facilitating database connections doable in configuration, not application. This is the mantra and motivation for Net::FTP::Common.
  2. I believe the keyword in your above comments is extend. If DBIx::Connect is properly designed then there should be someway to subclass it with Local::DBIx::Connectso that the assorted functions which retrieve connection information and use it to mske dbhs can be specialized for the specifics of my current work domain.

    This is not a bad option at all... I just need to look into my API (which has no documentation on subclassing) and

    1. document the means of subclassing and its motivation and
    2. make sure that it can be done easily via AppConfig

Carter's compass: I know I'm on the right track when by deleting something, I'm adding functionality.


In reply to Re: Re: I swim in a sea of databases and DBIx::Connect is barely adequate by princepawn
in thread I swim in a sea of databases and DBIx::Connect is barely adequate by princepawn

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.