Installation
- NPM
- Yarn
- Pnpm
npm i @mongez/monpulse
yarn add @mongez/monpulse
pnpm add @mongez/monpulse
note
Mongez Config is a dependency for this package, you can use it to set up your application configuration.
tip
It's recommended to use Typescript in your project, this documentation will be using Typescript.
Timezone
To enable time zone conversion you need to set it up in your application configuration.
import config from '@mongez/config';
config.set({
app: {
timezone: 'Africa/Cairo',
}
})
Current MongoDB Version
Current MongoDB version is 6.0.6
, which is the latest version of MongoDB and current version of MongoDB Nodejs Driver is 5.5
.
tip
The package will be updated whenever a new version is released of MongoDB.