The built-in MongoDB (Mongoose) driver module for FreeEIS, an enterprise-level unified development framework. Version 0.0.11. It provides database operations using Mongoose, integrated with FreeEIS's modular architecture. It is a backend module that can be loaded automatically by the FreeEIS core, handling MongoDB connections and data models. It is designed to work with ExpressJS and NodeJS, offering a seamless development experience for FreeEIS projects. The module is part of a larger ecosystem that includes frontend and backend core modules, making it easy to build scalable enterprise applications.
npm install free-be-mongodbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to MongoDB using the free-be-mongodb connect function with URI from environment variable.
Ensure free-be-core is also installed and loaded before free-be-mongodb.
Remove deprecated options; Mongoose 6+ enables them by default.
Pin exact version in package.json to avoid unexpected changes.
Run 'npm install free-be-mongodb' or 'yarn add free-be-mongodb'.
Set MONGO_URI environment variable or pass a valid URI string to connect.