|
Posted by Matthew Weier O'Phinney on 03/04/05 21:12
* Gerben <gerbendekeijzer@12move.nl>:
> 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.
No.
> 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 that SQL would be a
> nice interface. Since it could be easelly ported to mysql (for which I have
> to pay my host).
> Full SQL support is'n needed either. Just some basis queries.
You could do something like that using flat files -- but getting
relational elements between tables (files) to work would likely be a
challenge -- and it likely wouldn't scale so well (though that probably
isn't an issue for the purposes you're stating.
You might look into Sqlite. It's bundled with PHP5, has good PHP4
support, and writes flat files. It can be treated as a regular DB with
SQL syntax
--
Matthew Weier O'Phinney | WEBSITES:
Webmaster and IT Specialist | http://www.garden.org
National Gardening Association | http://www.kidsgardening.com
802-863-5251 x156 | http://nationalgardenmonth.org
mailto:matthew@garden.org | http://vermontbotanical.org
Navigation:
[Reply to this message]
|