不要怂,就是干,撸起袖子干!

chainQueries3.ejs 175 Bytes
Sequelize.chainQueries(
  { methodWithParams: project, params: [1, 2, 3] },
  function() {
    // the method call will equal: project.methodWithParams(1, 2, 3, callback)
  }
)