4 Repos
Maintaining the specific sequence of child entities relative to their parent.
Distinct from Ordered Data Structures: Focuses on parent-child hierarchy sequence, whereas Ordered Data Structures refers to general key-value insertion order.
Explore 4 awesome GitHub repositories matching data & databases · Child Order Preservation. Refine with filters or upvote what's useful.
Flecs is a high-performance entity component system framework and data-oriented programming library. It serves as a simulation engine core and game engine architecture tool, decoupling state from behavior by separating entities, components, and systems. The framework features a runtime reflection layer for dynamic data inspection and a built-in scripting system for defining entity behavior without recompilation. It also includes a network interface and REST API for remote simulation administration and state querying. The library covers a broad surface of simulation capabilities, including ar
Ensures children of a parent entity are retrieved in their original creation or a specified custom order.
Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis
Enforces strict sequential processing for events sharing the same key to support stateful operations.
tailwind-merge is a utility library that resolves conflicting Tailwind CSS class strings when combining multiple sets of classes. It automatically detects and removes conflicting utility classes, keeping only the last class from each group that modifies the same CSS property, while preserving non-conflicting and non-Tailwind classes unchanged. The library handles complex conflict scenarios including modifier-order resolution, arbitrary value type detection, postfix modifier semantics, and asymmetric conflicts where one class group removes preceding classes from other groups but not vice versa
Keeps multiple classes with order-sensitive modifiers separate instead of overriding them during merging.
Acts-as-taggable-on ist eine Tagging-Bibliothek für relationale Datenbanken in Ruby on Rails-Anwendungen. Sie bietet ein System zur Verknüpfung benutzerdefinierter Labels mit Datenbankdatensätzen, um Inhalte zu kategorisieren und zu filtern. Die Bibliothek bietet ein kontextbezogenes Tagging-Framework, das es ermöglicht, einen einzelnen Datensatz mit verschiedenen Label-Sets für unterschiedliche Zwecke zu versehen. Zudem enthält sie ein Multi-Tenant-Tagging-System, das Labels auf bestimmte Accounts oder Gruppen beschränkt, um den Datenschutz zu gewährleisten. Das Tool unterstützt das tag-basierte Abrufen von Datensätzen, die Suche über exakte Übereinstimmungen oder Ausschlüsse sowie die Berechnung der Tag-Häufigkeit über Sammlungen hinweg. Darüber hinaus ermöglicht es die Entdeckung verwandter Objekte basierend auf gemeinsamen Labels und verfolgt die Tag-Besitzverhältnisse, um zwischen globalen und benutzerspezifischen Labels zu unterscheiden.
Maintains the specific sequence in which tags were added to a record to preserve chronological or priority data.