You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a thought while trying to get this up and running for myself..
Could you possible port the database aspect of this bot to SQLite? That way you can store all your database stuff in a single file and include it with your dist. Seems much more efficient than having to rely on MySQL and all the overhead that comes with that.
Just a thought while trying to get this up and running for myself..
Could you possible port the database aspect of this bot to SQLite? That way you can store all your database stuff in a single file and include it with your dist. Seems much more efficient than having to rely on MySQL and all the overhead that comes with that.
https://www.sqlite.org/index.html
On that note, could you please provide a template to upload to my MySQL db to populate the tables?
The text was updated successfully, but these errors were encountered: