[Mailman-Developers] (More) pristine archives

Dale Newfield Dale@Newfield.org
Wed, 28 Aug 2002 11:44:26 -0400 (EDT)


On Wed, 28 Aug 2002, Norbert Bollow wrote:
> Specifically I'm going forward with implementing a MySQL-based archives
> system which can be used as a drop-in replacement for Pipermail which
> which will also provide the functionalities of a web board and a search
> engine optimization system.

Can I request that you build this in an SQL implementation independant
manner (so one could drop in PostgreSQL in place of MySQL and have it
work)?

I'm building my DB-backed piece against MySQL, but I'm trying to build it
in an implementation independant manner as I'd like to change over to
Postgres...

(Since MySQL doesn't support transactions, I'm not sure how I'll handle
the .Save() piece yet...)

-Dale