Document how to delete a database
See original GitHub issueFirst of all: thanks for monk
, it’s great! 👍
I need to delete an existing database previously created with monk, but could not found how to proceed in current documentation.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7
Top Results From Across the Web
Delete Documents — MongoDB Shell
The MongoDB shell provides the following methods to delete documents from a collection: To delete multiple documents, use db.collection.deleteMany() .
Read more >Cleaning up or deleting the Document Processing databases
To clean up the database, run the following script: ProjectCleanup.sh. or if you are on Windows: ProjectCleanup.bat · To delete the database, run...
Read more >MongoDB - Delete Document - Tutorialspoint
If you don't specify deletion criteria, then MongoDB will delete whole documents from the collection. This is equivalent of SQL's truncate command. >...
Read more >Delete data from Cloud Firestore - Firebase
You can delete documents and collections from the Cloud Firestore page in the console. Deleting a document from the console deletes all of...
Read more >Delete a database - Fauna Documentation
When a database is deleted, all of the database contents are deleted, including documents, collections, functions, keys, tokens, roles, access providers, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
oh I though I was passing the underlyingDB in the promise, my bad. You should be able to access it with
tho.
As for why
dropDatabase
doesn’t, I couldn’t say, never used it^^indeed it’s not because it’s a private API 😉