On Sat, Oct 02, 2004 at 01:11:54AM -0400, Caleb Rutan wrote: > That is somewhere in the neighborhood of pre-alpha. The caching stuff > is not there, and the DB abstraction is not clean at all. It doesn't > handle multi-column keys for tables well, nor does it do joins very > smoothly. Those issues are almost done.
Hi Caleb, Thanks for sharing your framework design. I'm curious why you don't use Class::DBI. Is there some limitation in its design? I find that it works just as well for external scripts accessing the database as for my CGI::App applications. I had started down the road of building a custom database interface module and am very glad to have found a community who has already made much further progress than I had. CDBI can handle multi-column primary keys and has some alpha support for joins. William -- Knowmad Services Inc. http://www.knowmad.com --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
