{"library":"mniam","type":"library","category":null,"description":"mniam is a small, opinionated MongoDB facade for the official Node.js native driver (mongodb). Version 5.1.0 wraps the driver's MongoClient to simplify URI parsing, connection management, and collection operations. It provides a lightweight API for CRUD, cursors (with async iteration, toArray, eachSeries, eachLimit), and aggregation pipelines. Key differentiators: minimal abstraction, automatic index creation, and fluent cursor/aggregation builders. Release cadence is sporadic; last update was 2022. Suitable for small projects seeking a thin wrapper without ODM features.","language":"javascript","status":"active","version":"5.1.0","tags":["javascript","mongodb","mongo","db"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mniam","imports":["import { database } from 'mniam'","import type { Collection } from 'mniam'","const { database } = require('mniam')"]},{"cmd":"yarn add mniam","imports":[]},{"cmd":"pnpm add mniam","imports":[]}],"homepage":"https://github.com/pirxpilot/mniam#readme","github":"https://github.com/pirxpilot/mniam","docs":null,"changelog":null,"pypi":null,"npm":"mniam","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}