Martin Buchholz <martin(a)xemacs.org> writes:
I suggest taking a look at the DBI interface in Perl and Python.
DBI
has been quite successful - there's even been a recent book published
on it. Our DB interface should be agnostic about the precise database
being connected to. So people should be able to easily add msql,
Oracle, Informix, DB2, etc... support.
More importantly. If you have a standard API that does PostgreSQL
there are no licence problems linking to the others.
Jan