Clean all the collections in a mongo database
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`mongo-clean` is a utility for clearing all collections in a MongoDB database, making it ideal for developers who need to reset their database state during testing or development. It supports various options, such as excluding specific collections or removing data instead of dropping collections, and is compatible with both callbacks and promises. This tool is particularly useful for Node.js developers working with MongoDB who require a quick and efficient way to clean their database.