Support mu-plugins if Studio sites - #829
Conversation
TODO: - move the SQLite plugin - move the db.php drop-in - remove unused code
|
@bgrgicak I think at this point, moving mu-plugins should be enough, so we could leave SQLite as is to let the user remove it and use MySQL instead. |
The goal was to move polyfill plugins to
Currently, SQLite is the primary supported database. MySQL is not technically supported, but Studio allows user to remove the SQLite to use the MySQL of their choice. If we add any UI for that, we should go through the project design process. |
18f112a adds support for auto-switching between MySQL and SQLite. |

TODO:
move the db.php drop-inRelated issues
Proposed Changes
Testing Instructions
Pre-merge Checklist