Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
143 views
in Q2A Core by
is there any chance this could be ever made to run without a database like make it run on flat files? :)

1 Answer

0 votes
by

That would be horribly inefficient. Why would you even want flat file? Are there even any hosts using PHP but not MySQL?

Technically, you could do this yourself if you wanted - just edit all the database functions (in the files qa-includes/qa-db-*.php) to write to files instead. But like I said there is no way you will get remotely close to the performance of SQL.

...