Re: DBI module - where to start?
Tim Sellar <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.mail-box |
|---|---|
| Organization | Designer Servers |
| Message-ID | <1077277350.1256.39.camel@gollum> |
On Thu, 2004-02-19 at 15:18, Jamie Lawrence wrote: > > This is fine, but it did occur to me that life would be nicer if a Box > object that took a SQL statement existed; would be extremely convenient > for a number of things. > Have you checked out Class::DBI on CPAN? You can point it at existing SQL tables and it will generate the necessary SQL to provide an object wrapper for manipulating the tables. All very neat. It could maybe provide a suitable layer with which to hide some database specifics. I am also interested in interfacing Mail::Box with a database back-end but other commitments on my time continue to prevent me really tackling it myself, :(... Tim