Per discussion in T258978, using SQLite is going to be problematic for the production service. So instead,
- mwaddlink needs to create and then write to MySQL tables instead of SQLite files during the model training phase
- mwaddlink needs to read from MySQL tables instead of SQLite when responding to queries
Remaining tasks:
- Training pipeline to write directly to MySQL (?)