|
Posted by Jochem Maas on 03/03/05 16:12
Chris W. Parker wrote:
> Chris W. Parker <>
> on Wednesday, March 02, 2005 10:38 AM said:
>
>
>>Gerben <mailto:gerbendekeijzer@12move.nl>
>> on Wednesday, March 02, 2005 10:22 AM said:
>>
>>
>>>Thanks for all your responses, but I think I wasn't clear enough of
>>>my intentions. Actually, that what I'm looking for; A database
>>>engine written in PHP.
>>
>>Even if something like this did exist why would you want it over
>>MySQL?
>
>
> Now for something more constructive: I found this
> http://www.c-worker.ch/txtdbapi/index_eng.php.
>
if Gerben was to use this then why wouldn't he want to use SQLite,
which is the same idea (SQL interface to flatfile storage) but written
by the PHP devs (in C, so its much faster + I think you can assume the devs really
know what they are doing) and included as std. in PHP5?
that said the TXTDB package does look good and if you are using PHP4 then maybe
you should go with that instead (PHP4 does not have SQLite AFAICR)
>
>
> Chris.
>
[Back to original message]
|