This is a preliminary beta release of a new module intended for public review.
Here's the "elevator pitch" for the module:
The DBIx::SQLEngine classes provide an extended interface for DBI
database handles, adding methods that support ad-hoc SQL generation
and query execution in a single call, and simplifying your database
access code.
This is the most recent revision of a collection of libraries that I've
used over the last several years to develop business data applications
and object-relational mapping toolkits.
Its goal is to simplify dynamic query execution with the following
capabilities:
- Data-driven SQL: Ad-hoc generation of SQL statements from Perl data
structures in a variety of formats.
- High-Level Interface: Standard operations are handled by a single
method call each. Error handling is standardized.
- Full API Access: Pass-through arbitrary SQL and allow access to
entire DBI API for cases when high-level interfaces are
insufficient or inconvenient.
- Portability: Dynamic subclassing (via DBIx::AnyDBD) to allow
platform-specific support for driver idiosyncrasies and DBMS
workarounds.
A further description of the module is in this readme, and here's the module documentation that defines the public interface. To install, download the tarball and use your normal "make" procedure:
Suggestions and comments would be much appreciated.
Thanks,
-Simon
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.