Sequelize:如何以JSON属性的形式返回关系?

时间:2015-10-08 11:55:25

标签: json database orm sequelize.js

我有一个简单的articlesauthors数据库。

每个article都通过author(s)关系与belongsToMany相关联,例如:

文章

id: 1
title: Test

作者

id: 1
name: Foo

id: 2
name: Bar

例如,假设article已加入两个作者。

使用sequelize,我如何让Articles.findAll()返回作者及其详细信息,例如:

"articles": [
  {
    "id": 1,
    "title": "Test",
    "author_ids": "[1,2]"
  }
]

1 个答案:

答案 0 :(得分:0)

在查询中使用include option

<body style="height: 100%; width: 99%">
    <div style="width: 100%; height: calc(100% - 7em);" class="frame">
        <iframe id="typeform-full" src="https://showroom.typeform.com/to/WJ565l" 
         frameborder="0"></iframe>
    </div>
    <footer style="height: 7em">
    </footer>
</body>