构建此应用程序需要以下数据。
{name: 'Mike', email: 'whatevs@gmail.com', password:
'$78*#&84'}
{owner: 'Mike', website: 'ma', structure: {body: {header: {}, main: {}, footer: {}}}}
{owner: 'Mike', collection: [{title: 'nice', img_src: 'lol.jpg'}]}
上面的数据是我即将创建的粗略模式。
在存储这些数据方面有什么好处?我比MongoDB更熟悉,但我觉得是时候采用SQL了。
我在问,因为我对MongoDB如此熟悉,我知道它不是关系型的,并且可能很难将数据映射到用户。
答案 0 :(得分:0)
这是关系,这是你的表
用户
网站
website_structure
作品
集合
只需将这些位分解并将它们与模式中的节点相关联,即它们是模式中的节点