我有一个简单的articles
和authors
数据库。
每个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]"
}
]
答案 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>