buNNyFake Posted December 7, 2021 Posted December 7, 2021 What do you think is better to make a gamemode in node.js mysql or sequelize?
MrPancakers Posted December 8, 2021 Posted December 8, 2021 MySQL is used in Sequelize they aren't two similar things. Sequelize is a promise-based Node.js ORM https://sequelize.org/ If you can understand how to use sequelize and fits your project use it. Either is completely fine.
LeonardSSH Posted December 9, 2021 Posted December 9, 2021 If you mean... what to choose between mysql and sequelize, absolutly Sequelize, because it is totally absurd to write queries by hand instead of using an ORM like Sequelize. 👍 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now