tisboyo / Twitch_Bot

4 stars 2 forks source link

Update mysql to database when framework updates #71

Closed tisboyo closed 3 years ago

tisboyo commented 3 years ago

Update any scripts that reference mysql directly to use the upcoming database changes.

Known locations are _database_models->Database Rename configs/mysql.json to configs/database.json, adding driver value ("mysql+mysqlconnector")

tisboyo commented 3 years ago

https://github.com/sharkbound/PythonTwitchBotFramework/pull/30 is the change when merged this will need to be done.

tisboyo commented 3 years ago

Framework version 2.0 implements this change, and is a breaking change.