2004-03-24 20:50:51 +01:00
|
|
|
The DBIx::SQLEngine class provides an extended interface for the DBI
|
|
|
|
database framework. Each SQLEngine object is a wrapper around a DBI
|
|
|
|
database handle, adding methods that support ad-hoc SQL generation and
|
|
|
|
query execution in a single call. Dynamic subclassing based on database
|
|
|
|
server type enables cross-platform portability.
|
2003-08-08 16:21:02 +02:00
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/DBIx-SQLEngine
|