Pip.Services MongoDB Persistence for Node.js

JSON →
library 3.5.0 ·javascript
verified Jun 5, 2026

A module of the Pip.Services polyglot microservice toolkit providing MongoDB persistence components for Node.js. Version 3.5.0 includes factory, connection, and abstract persistence classes for CRUD operations against MongoDB collections. It requires pip-services3-commons-node and pip-services3-mongodb-node as peer dependencies. Differentiators: integrates with the broader Pip.Services framework for microservice configuration, dependency injection, and telemetry; provides type-safe persistence through abstract base classes; supports callback-based async patterns common in earlier Node.js ecosystems.