RE: [PHP] Database engine in PHP

2005-03-04 Thread Chris W. Parker
Gerben on Friday, March 04, 2005 10:45 AM said: > I have already asked this question, but I think I wasn't clear enough > of my intentions (thanks for all your responses anyway) Yeah you definitely weren't clear enough the first time... but this time you're definite

Re: [PHP] Database engine in PHP

2005-03-04 Thread tg-php
Did anyone recommend SQLite yet? It comes with PHP5 but I believe you can get an extension for PHP4 to do it as well. It's basically a super light-weight SQL based database system. Loads all the tables into memory if I remember right, but great for exactly what you're talking about (if I unde

[PHP] Database engine in PHP

2005-03-04 Thread Gerben
Hi, I have already asked this question, but I think I wasn't clear enough of my intentions (thanks for all your responses anyway) I was wondering if there is any DBMS, like MySQL, which is (fully) implemented in php. That is a database engine written in PHP. I know this is not the most effecient