数据库仅用于用户数据吗?
const pga = []
pga[0] = {
name: 'PGA',
job: 'T.J. Auclair',
date: '12 Aug 2018',
players: ['Jack Nicklaus', 'Tiger Woods', 'Bobby Jones',
'Walter Hagen', 'Sam Snead', 'Ben Hogan',
'Arnold Palmer', 'Gary Player', 'Gene Sarazen',
'Phil Mickelson', 'Tom Watson', 'Byron Nelson', 'Billy Casper',
'Seve Ballesteros', 'Harry Vardon'],
url: 'https://www.pga.com/news/golf-buzz/10-greatest-golfers-all-
time',
pic: 'pga-com'
}
答案 0 :(得分:3)
确保可以将其以及用户数据存储到数据库中。 最好根据您的某些应用程序逻辑拆分数据。
例如如果您选择Mongo,则将为您自己收集的数据players
和名为users
的应用程序用户的另一个收集数据创建一个单独的收集