{"library":"mongoskin","type":"library","category":null,"description":"Mongoskin is a thin layer above the official MongoDB Node.js driver (node-mongodb-native) that provides a more convenient API, including deferred collection binding, helper methods for common operations, and automatic handling of open/close connections. Version 2.1.0 is the latest stable release, but the project is no longer actively maintained and has been effectively superseded by the native driver's modern features (e.g., connect(), collection() without callbacks). It depends on mongodb ^2.0 and supports Node >= 0.4.0. Key differentiators: simplified db/collection creation (no callback required), db.bind() for easy collection access, and promise-like patterns for core operations.","language":"javascript","status":"maintenance","version":"2.1.0","tags":["javascript","mongodb","database","nosql"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mongoskin","imports":["import mongo from 'mongoskin'","import { Db } from 'mongoskin'","import { Server } from 'mongoskin'","import { MongoClient } from 'mongoskin'"]},{"cmd":"yarn add mongoskin","imports":[]},{"cmd":"pnpm add mongoskin","imports":[]}],"homepage":"https://github.com/kissjs/node-mongoskin","github":"git://github.com/kissjs/node-mongoskin","docs":null,"changelog":null,"pypi":null,"npm":"mongoskin","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}