1 रिपॉजिटरी
Operations for grouping or decomposing data tuples during query execution.
Distinct from Tuple Data Structures: Distinct from Tuple Data Structures: focuses on the act of restructuring results during a query, not the storage format of the tuple itself.
Explore 1 awesome GitHub repository matching data & databases · Query Result Restructuring. Refine with filters or upvote what's useful.
Datascript is an immutable, in-memory state store and schema-based triple store. It manages application state as a versioned database, storing data as immutable facts consisting of an entity, attribute, value, and transaction. The project provides a logic engine for executing Datalog queries with support for implicit joins, recursive rules, and negation. It also features a declarative pull API for retrieving deeply nested entity graphs and related data structures. The database enforces data integrity through schema-driven constraints and attribute types. It supports atomic transactions, plug
Provides the ability to group values into tuples or decompose them during the execution of Datalog queries.