mongodb-interaction-helpers
v1.0.0
Published
A simple node.js app to interact with MongoDB
Downloads
6
Maintainers
Readme
These two helpers can be used to create and delete a database in mongoDB Atlas.
Simply add the uri, database name, and collection name to the function call. If you are creating a db, make sure to add a JS Object e.g.
const obj = [{ name: 'John', age: 30 }, { name: 'Peter', age: 40 }];