JollofJS data adapter for MongoDB, version 1.6.4. Provides MongoDB integration for the JollofJS framework with minimal configuration. The adapter wraps the MongoDB Node.js driver and offers a simple API for CRUD operations. It is designed for use within JollofJS applications and requires the jollof-data package. Release cadence is low, primarily maintenance updates.
npm install jollof-data-mongodbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to MongoDB using MongoAdapter, inserts and queries a document.
Update instantiation to new MongoAdapter({ url, dbName }).Migrate callbacks to async/await or .then().
Ensure jollof-data is listed as a dependency and initialized before using this adapter.
Install jollof-data: npm install jollof-data
Use import JollofDataMongo from 'jollof-data-mongodb' or named import { MongoAdapter }.