Databank driver for MongoDB, version 1.0.1. This package provides a MongoDB backend for the Databank abstraction layer, allowing developers to use MongoDB collections as Databank stores with schema mapping, indexing, and atomic operations. It supports replica sets, authentication, and custom schemas. Release cadence is low; last release 2015. Key differentiator: bridges Databank interface with MongoDB, handling type wrapping for arrays and integers.
npm install databank-mongodbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to MongoDB using Databank factory, creates a person entry with schema and indices.
Use versions >=0.10.x or consider alternative drivers.
Read back using databank methods; direct MongoDB queries will see raw structure.
Consider switching to mongoose or native mongodb driver.
Use Databank.get('mongodb', {}).npm install databank
Use require('databank').DatabankSet dbuser and dbpass options correctly