#mysql module
7 messages · Page 1 of 1 (latest)
• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.
Last bulletpoint. that question would have the exact same answer if you omit the last three words, not djs related at all
Oh my bad
There are several options for using MySQL with a Discord bot built with JavaScript. Some popular options include mysql, mysql2, and sequelize.
Each of these modules has its own strengths and weaknesses, and the best choice for your bot will depend on your specific requirements and use case. For example, mysql and mysql2 are both low-level modules that provide basic access to a MySQL database, while sequelize is an Object-Relational Mapping (ORM) library that provides a higher-level abstraction over the database and makes it easier to work with complex data structures.
I would recommend doing some research and experimenting with each of these options to see which one is the best fit for your needs. You can also check out online tutorials and community forums to get a better idea of which module is the most popular.
This is exactly the answer I needed. Thank you so much
You're welcome! I'm glad I could help. Let me know if you have any other questions. I'm here to assist you.