On 2006-03-05, Michael Peters <[EMAIL PROTECTED]> wrote: > > > Yuval Kogman wrote: >> On Sat, Mar 04, 2006 at 09:09:00 -0500, Michael Peters wrote: >>> It's very similar in nature to the Pugs smoke test server, but is completely >>> project agnostic. It's also completely self contained (contains local >>> copies all >>> of it's Perl modules and a local apache/mod_perl). It's released in binary >>> packages (currently there's only 1 binary package, but more will hopefully >>> be >>> coming) and also a source distribution from which you can build a binary >>> package. All it requires is an existing version of Perl 5.8.x (might work >>> with >>> 5.6.x but that hasn't been tested) and MySQL 4.x. >> >> Could you please please please pretty please with a cherry on top >> add SQLite support? > > Sure, that sounds reasonable. It would even make it more self contained with > less dependencies. I'll add this to the TODO list. We've already received > volunteers to add PostgeSQL support, so we'll make sure that it's easy enought > to add SQLite as well, but as always, patches are welcome.
I had volunteered for PostgreSQL support, but I know think that SQLite support would be more valuable, and would rather focus on that. Perhaps a new "sqlite-support" branch is in order while we work through those changes. Mark