How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
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
MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era. MongoDB offers both a Community and an Enterprise version of the database.
Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints
:link: [Deprecated] Adapter to provide ext-mongo interface on top of mongo-php-library
The main features of alcaeus/mongo-php-adapter are: Language Drivers.
Open-source alternatives to alcaeus/mongo-php-adapter include: 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… bguerout/jongo — Query in Java as in Mongo shell. certego/atlasq — AtlasQ allows the usage of AtlasSearch keeping the MongoEngine syntax. art049/odmantic — Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints.