2 रिपॉजिटरी
Direct server-side modification of array fields, such as pushing or pulling elements.
Distinct from Array Manipulation Utilities: Distinct from general array utilities; refers specifically to database-level modifications of array fields.
Explore 2 awesome GitHub repositories matching data & databases · Document Array Manipulations. Refine with filters or upvote what's useful.
This project is a MongoDB database driver and object-relational mapper that brings MongoDB support to the Laravel Eloquent model and query builder. It provides a NoSQL model mapper that allows MongoDB collections to be mapped to object-oriented models using the Active Record pattern. The integration enables the use of a fluent query builder for constructing queries and aggregation pipelines without writing raw database syntax. It supports schema-less model integration, allowing applications to manage unstructured data while maintaining compatibility with standard object-oriented patterns. Th
Provides capabilities for pushing, pulling, and updating specific entries within MongoDB array fields.
RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It persists structured information as schema-flexible JSON documents and utilizes a unit-of-work session pattern to track entity changes and batch modifications into atomic transactions. The platform is built on a distributed architecture that supports horizontal scaling through sharding and ensures high availability via multi-node, master-to-master cluster replication. The database distinguishes itself through a self-optimizing query engine that automatically creates and maintains ind
Adds, modifies, or removes items from an array within a document using server-side logic.