On Mon, 10 Dec 2001, Matisse Enzer wrote: > DBI/Wrapper version 0.01 > ======================== > > DBI::Wrapper is a simple module that provides a high-level interface > to the Perl DBI module. The provided methods are for fetching > a single record (returns a hash-ref), many records (returns > an array-ref of hash-refs), and for executing a non-select statement > (returns a result code).
There are a lot of tools that already provide wrappers around DBI. These include: Alzabo, DBIx::RecordSet, and Class::DBI all provide fairly high level RDBMS-OO mappers. Other lower-level wrappers include DBIx::Abstract, DBIx::Easy, DBIx::SearchBuilder, and EZDBI. There's really more than enough of these things at this point. Probably one of them already does most of the things yours does, so I'd suggest you find that one and offer the author patches for any features you think it might be missing. -dave /*================== www.urth.org We await the New Sun ==================*/