MongoDB Data API SDK
JSON →A Node.js SDK for MongoDB Atlas Data API, providing a typed, promise-based client to interact with MongoDB via HTTP endpoints. Current stable version is 0.4.0, released as an early-stage package with monthly commits. Key differentiators: full TypeScript support, method chaining for cluster/database/collection selection, and native support for all Data API actions (CRUD, aggregation). Alternatives like the official MongoDB driver require direct database connection, while this SDK works over HTTP-only Data API, suitable for serverless or restricted network environments.
Resources
packagemongodb-data-api ↗