SQLite? Is it possible to use sqlite instead of a full-blown DB? I think it would nice to have sqlite for smaller wikis. database Comments Re: SQLite? In general it should be possible via PDO, but it needs an experienced user willing to implement and maintaining it. see (case sqlite) class/dbpdo.php setup/install-database.php
Re: SQLite? In general it should be possible via PDO, but it needs an experienced user willing to implement and maintaining it. see (case sqlite) class/dbpdo.php setup/install-database.php
Re: SQLite?
see (case sqlite)