1 repositorio
Updating the parameters of data requests at runtime to dynamically change the retrieved state.
Distinct from Dynamic Query Execution: Focuses on changing parameters of a state reader/query rather than executing recursive graph logic or SQL.
Explore 1 awesome GitHub repository matching data & databases · Dynamic Query Parameterization. Refine with filters or upvote what's useful.
Om is a frontend state management library and reactive user interface framework that integrates ClojureScript functional programming with the React virtual DOM rendering engine. It provides a bridge to build responsive web interfaces where visual elements automatically update when underlying application data changes. The project centers on a normalized state store that flattens complex data structures into a relational format. This data is accessed through a reader-based querying system, which decouples the user interface from the state by allowing components to declare specific data requirem
Allows the parameters of a data request to be changed during execution to update displayed information.