Page 1 of 1

Using an XML file instead of MYSQL as DB?

Posted: Sat Feb 03, 2007 12:55 am
by Jetcom
I have seen some CMSs using just an xml file for saving all data, which of course is great if you dont have any real db support. Does anyone know if this would be possible to do with CMSms?

Re: Using an XML file instead of MYSQL as DB?

Posted: Sat Feb 03, 2007 4:02 pm
by cyberman
No.

On CMSms databases are only supported via ADOdb / lite. If you don't want to have a real database, you should use sqlite.

Re: Using an XML file instead of MYSQL as DB?

Posted: Sun Feb 04, 2007 4:31 am
by Jetcom
cyberman wrote: No.

On CMSms databases are only supported via ADOdb / lite. If you don't want to have a real database, you should use sqlite.
I see. Thank you for your answer Cyberman. Could you perhaps tell me, why sqlite in perticular - whats its advantage? Thank you.

Re: Using an XML file instead of MYSQL as DB?

Posted: Sun Feb 04, 2007 4:34 am
by Ted
It doesn't need to run as a separate server process.  It's a database wrapped inside a library, but still does a lot of database like things...  like SQL, transactions, etc.