Which ORM should I use for Expressjs and MySQL?
I'm looking for a simple-to-use, reasonable-performance ORM, which supports caching, many-to-one and many-to-many relations. I work with Mysql and Expressjs, what is the best?
你可以看一眼Sequelize:http://docs.sequelizejs.com/en/v3/
链接地址: http://www.djcxy.com/p/95984.html