Does anyone know how to use mysql with botkit instead of mongodb?
I've tried installing Mysql for botkit as seen here https://www.npmjs.com/package/botkit-storage-mysql
and I added the code provided to my bot.js file.
How can I do a simple test to see if its working if this is working.
I can't enter mysql shell in the app folder via terminal, I'm guessing there's something wrong.
The app runs fine on node .