I have created a database to store details of people. I have a record like:
{"Name":"moon","Email":"night","User":"sun","Password":"earth","_id":"kpOBxczJlr2R5S68"}
How do change the password from 'earth' to 'mars'?? How do I use the db.update() in NeDB to make this change??