Is your feature request related to a problem? Please describe.
Users might want to run this without having to set up an entire MySQL database. So that would be a good alternative.
Describe the solution you'd like
Implement an interface (not abstract class) for the SQL functionality and move all "magic" SQL commands (like the many ones in DatabaseHelper) to the ISQLHelper.
Describe alternatives you've considered
N/A
Additional context
N/A
Is your feature request related to a problem? Please describe.
Users might want to run this without having to set up an entire MySQL database. So that would be a good alternative.
Describe the solution you'd like
Implement an interface (not abstract class) for the SQL functionality and move all "magic" SQL commands (like the many ones in DatabaseHelper) to the ISQLHelper.
Describe alternatives you've considered
N/A
Additional context
N/A