The official MongoDB drivers for Java, Kotlin, and Scala
Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints
Mongoose is an object data modeling library and framework for Node.js that maps application objects to MongoDB documents. It functions as a document mapper and schema validator, ensuring consistent data types and validation rules for records stored in MongoDB. The project provides a system for defining structured schemas to model application data, including the ability to create hierarchical data structures through nested schema composition. It implements a middleware-based hook system that allows for the interception and modification of data states during the lifecycle of database operations
:link: Deprecated Adapter to provide ext-mongo interface on top of mongo-php-library
Provides support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Principalele funcționalități ale spring-projects/spring-data-mongodb sunt: Database Clients and Drivers, Language Drivers.
Alternativele open-source pentru spring-projects/spring-data-mongodb includ: mongodb/mongo-java-driver — The official MongoDB drivers for Java, Kotlin, and Scala. art049/odmantic — Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints. automattic/mongoose — Mongoose is an object data modeling library and framework for Node.js that maps application objects to MongoDB… awapps/mongration — MongoDB migration framework. ballerina-platform/module-ballerinax-mongodb — MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the… alcaeus/mongo-php-adapter — :link: [Deprecated] Adapter to provide ext-mongo interface on top of mongo-php-library.