feathers-mongodb-management

JSON →
library 2.0.1 ·javascript
verified Jun 5, 2026

FeathersJS service adapters for managing MongoDB databases, collections, and users. Version 2.0.1 supports Feathers v5 (Dove) and Node.js >=16, while v1.x supports Feathers v3 (Buzzard) and Node.js >=12. Differentiates from standard MongoDB adapters by enabling physical data segregation per tenant (e.g., organizations) via dedicated databases, simplifying access control in multi-tenant SaaS applications. The plugin provides CRUD services for creating, listing, and dropping databases/collections/users through standard Feathers service interfaces. Release cadence is low; relies on mongodb native driver.