Mongoskin
JSON →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.
Resources
packagemongoskin ↗