Transactional SQL with Sails.js

后端 未结 3 1548
离开以前
离开以前 2021-02-05 17:36

So I have been playing with NodeJS/Express for a little with now and I would really like to try to rewrite a relatively large side project using a full JavaScript stack just to

3条回答
  •  终归单人心
    2021-02-05 18:06

    We're working on native support for transactions at the ORM level: https://github.com/balderdashy/waterline/issues/62

    Associations will likely come first, but transactions are next. We just finished GROUP BY and aggregations (SUM, AVG, etc.)

提交回复
热议问题