Categories
mongodb

mongodb: the basics

# check existing collections:

show collections

# drop a collection:

db.collectionnamehere.drop()

Leave a Reply

Your email address will not be published. Required fields are marked *