Using an XML file instead of MYSQL as DB?
-
Jetcom
Using an XML file instead of MYSQL as DB?
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?
-
cyberman
Re: Using an XML file instead of MYSQL as DB?
No.
On CMSms databases are only supported via ADOdb / lite. If you don't want to have a real database, you should use sqlite.
On CMSms databases are only supported via ADOdb / lite. If you don't want to have a real database, you should use sqlite.
-
Jetcom
Re: Using an XML file instead of MYSQL as DB?
I see. Thank you for your answer Cyberman. Could you perhaps tell me, why sqlite in perticular - whats its advantage? Thank you.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.
Re: Using an XML file instead of MYSQL as DB?
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.

