{"library":"mdoq-mongodb","type":"library","category":null,"description":"mdoq-mongodb v0.7.1 is a middleware for the mdoq library that wraps the MongoDB Node.js native driver, providing an HTTP-style API (get, post, put, del) for MongoDB operations. It allows chaining queries and modifiers like limit and sort, and supports iterators with each() to avoid buffering large result sets. Designed for simplicity, it integrates with mdoq's context and middleware system. Last updated in 2011 (no recent releases). Key differentiator: it replaces standard MongoDB driver methods with REST-like verbs, but note that mdoq and mdoq-mongodb are outdated and unmaintained.","language":"javascript","status":"deprecated","version":"0.7.1","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mdoq-mongodb","imports":["const mdoq = require('mdoq'); const mongodbMiddleware = require('mdoq-mongodb'); mdoq.use(mongodbMiddleware);","const mongodbMiddleware = require('mdoq-mongodb');","const mdoq = require('mdoq'); const mongodbMiddleware = require('mdoq-mongodb'); const db = mdoq.use(mongodbMiddleware).use('mongodb://localhost/test-db');"]},{"cmd":"yarn add mdoq-mongodb","imports":[]},{"cmd":"pnpm add mdoq-mongodb","imports":[]}],"homepage":"git://github.com/ritch/mdoq-mongodb","github":"git://github.com/ritch/mdoq-mongodb","docs":null,"changelog":null,"pypi":null,"npm":"mdoq-mongodb","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}