Re: [Exim] exim's databases and sql

Top Page
Delete this message
Reply to this message
Author: Mark Bergsma
Date:  
To: exim-users
Subject: Re: [Exim] exim's databases and sql
On Sunday 05 October 2003 21:55, Philip Hazel wrote:

> If anyone has the time to run tests of the different DBM libraries, in
> particular, to compare tdb with DB4, the results could also be
> interesting.


In the light of all dbm/sql libraries/rdbms discussions:

Perhaps SQLite (http://www.hwaci.com/sw/sqlite/) is interesting as well. It
works embedded like a dbm-library, but uses SQL and supports nearly the
entire SQL 92 standard. It's small, fast and self contained...

I have no experience with it myself, but have heard lots of positive remarks
about it. PHP 4 is going to depend heavily on this...

--
Mark

mark@???