📄️ Introduction
Monpulse is a package that helps you to connect to MongoDB database and perform CRUD operations for nodejs.
📄️ Road Map
This document will guide you where to start and what to do next.
📄️ Installation
Mongez Config is a dependency for this package, you can use it to set up your application configuration.
📄️ Connecting To Database
Connecting to a database is easy. You can use the connectToDatabase method to connect to a database. The connect method accepts a single argument, which is the name of the database you want to connect to.