Is there a framework similar to hibernate,mongoose for node.js to mysql?

recently, when I was writing a node project, I found that it was troublesome to write a bunch of sql statements when connecting to mysql with node.js. I went to npm"s official website to search for nothing, so I would like to ask if there is a similar framework between node and mysql that can persist an object. Thank you.

Feb.28,2021

Sequelize

Menu