Skip to content

Instantly share code, notes, and snippets.

@Babali42
Created December 22, 2024 17:31
Show Gist options
  • Save Babali42/1d88be8b8050be5e399231a17282890e to your computer and use it in GitHub Desktop.
Save Babali42/1d88be8b8050be5e399231a17282890e to your computer and use it in GitHub Desktop.

CLI for mongoDB

Start mongosh in admin mongosh --username="admin"

Go to the db use drum-beat-database

Insert a document db.beats.insertOne({"label":"Techno", "bpm":180})

Delete a document db.beats.deleteOne({"label":"Techno"})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment