New data set
db.scores.insert({ "name": "foo", "scores" : [ 2, 4, 6] })
db.scores.insert({ "name": "bar", "scores" : [ 9, 5, 3, 1] })
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
db.scores.insert({ "name": "foo", "scores" : [ 2, 4, 6] })
db.scores.insert({ "name": "bar", "scores" : [ 9, 5, 3, 1] })