|
Posted by Gerben on 03/02/05 20:22
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.
I know this is not the most effecient way, but I'm not planning to use it
for heavy weight database-driven-application.
I just want a way to store simple data and I thought this SQL would be a
nice interface. Since it could be easelly ported to mysql.
"John Holmes" <holmes072000@charter.net> wrote in message
news:42235F66.5060100@charter.net...
> Gerben wrote:
>> I'm wondering if there is any DBMS, like MySQL, which is (fully)
>> implemented
>> in php. This so you don't have to buy a MySQL database.
>>
>> I'm currently trying to put something together, but this would be a waste
>> of
>> time if it already exists.
>
> SQLite is probably what you're after. It comes with PHP5 and can be built
> into PHP4, iirc. Of course, I'm assuming what you mean by "fully
> implemented" is included with PHP, not written with it. A database written
> in PHP would not be good, imo.
>
> --
>
> ---John Holmes...
>
> Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
>
> php|architect: The Magazine for PHP Professionals www.phparch.com
[Back to original message]
|