Created
January 2, 2022 13:10
-
-
Save efuaakum/f386b593aa80bca9d60def54b2c5119b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use('filmstore'); | |
db.movie.replaceOne({"name":"Orange"}, | |
{"title":"A Clockwork Orange", | |
"awards":{"wins":5,"nominations":21}, | |
"year":1971, | |
"runtime":136, | |
"countries":["USA","UK"], | |
"budget":{"currency":"USD","amount":2200000}, | |
"boxoffice":{"currency":"USD","amount":26600000}, | |
"actors":["Malcolm McDowell","Warren Clarke","Patrick Magee","Adrienne Corri","Miriam Karlin"], | |
"directors":["Stanley Kubrick"], | |
"plot":"A Clockwork Orange is a 1971 dystopian crime film adapted, produced, and directed by Stanley Kubrick, based on Anthony Burgess's 1962 novella A Clockwork Orange"}, | |
{"upsert":false}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment