Mongowave MongoDB Client
JSON →Mongowave is a JavaScript MongoDB client that wraps the official mongodb driver, providing a simplified API with automatic timestamps, custom string IDs, and convenience defaults like $set updates and batch operations. Version 0.15.0 uses id instead of _id by default, returns full documents on create, and updates/deletes multiple documents per query. Released on npm, it requires mongowave and wraps the mongodb package. Differentiators include intuitive API, retry connection on fail, and minimal configuration.
Resources
packagemongowave ↗