Re: [Exim] Exim and SQLite

Top Page
Delete this message
Reply to this message
Author: George Schlossnagle
Date:  
To: exim-users
CC: George Schlossnagle, Hochstrasser Benedikt
Subject: Re: [Exim] Exim and SQLite

On Aug 23, 2004, at 4:56 AM, Philip Hazel wrote:

> On Fri, 20 Aug 2004, Hochstrasser Benedikt wrote:
>
>> As many of you may (or may not) know, SQLite (http://www.sqlite.org)
>> has
>> been integrated in PHP5 [not only] because of its license and its
>> small
>> code footprint.
>>
>> Any plans to support this in Exim (like mysql or pgsql or berkely
>> DB...)
>> too? A built-in SQL engine just sounds too tempting... ;-)
>
> If it's like mysql etc then it isn't built-in.


It's more a BDB style architecture (in terms of embedding); the rdbms
engine is linked against directly.

George