1 dépôt
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 1 awesome GitHub repository 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.