- Fix issues connecting to different versions of MySQL/MariaDB
- Update dependencies
- Fix spell lookup crash
I've switched the library to connect to databases from MySql.Database to MySqlConnector.
This means the underlying system has changed, and due to the nature of this application, many databases are expected to be supported so this application heavily leans on this dependency.
If this change has caused any new issues, please do report them.