db.createCollection("COLLECTION_NAME", options)
db.COLLECTION_NAME.insert({"name" : "Username"})
show collections
db.COLLECTION_NAME.drop()