4 dépôts
Standardized interfaces for performing CRUD operations and complex data retrieval using DML and query languages.
Distinguishing note: Focuses on the execution of data-level operations rather than schema or infrastructure management.
Explore 4 awesome GitHub repositories matching data & databases · Data Manipulation Interfaces. Refine with filters or upvote what's useful.
TiDB is a horizontally scalable, distributed SQL database designed to provide consistent transactional storage and high-performance analytical processing within a single unified architecture. It utilizes a decoupled compute-storage design and a distributed key-value storage layer to ensure horizontal scalability and efficient range-based queries. By employing a consensus-based replication algorithm, the system maintains high availability and automatic failover across multiple nodes and geographical regions. The platform distinguishes itself through its hybrid transactional and analytical proc
TiDB inserts, updates, deletes, or retrieves rows using standard data manipulation language statements and common table expressions to manage information within tables.
This platform is a modular, metadata-driven framework designed for building custom business applications and data management systems without traditional coding. It functions as a low-code environment where data models, user interfaces, and business logic are defined through visual configurations rather than hardcoded views. The architecture supports multi-tenant isolation, allowing multiple independent applications to run within a single shared memory space while maintaining strict logical separation of data and configurations. What distinguishes this system is its deep integration of artific
Performs CRUD operations on stored records using flexible filtering, sorting, and logical operators to retrieve or modify data.
Gitoxide is a high-performance library and toolkit for interacting with version control repositories. It provides a low-level engine for manipulating Git data structures, enabling developers to build custom tools that initialize, manage, and traverse repositories with memory-efficient primitives. The project distinguishes itself through a focus on security and concurrency. It implements strict trust-based configuration loading and repository ownership validation to prevent the execution of unauthorized code. Concurrent operations are supported through a thread-safe handle pattern that allows
Provides high-level abstractions for reading and writing version control objects like commits and trees.
Admin-bro est un framework de panneau d'administration Node.js qui transforme automatiquement les schémas de base de données en systèmes de gestion de contenu (CMS) et tableaux de bord backend fonctionnels. Il fournit une interface visuelle pour effectuer des opérations de création, lecture, mise à jour et suppression (CRUD) sur des enregistrements provenant de diverses sources de données. Le framework utilise une génération d'interface pilotée par les modèles pour mapper les métadonnées de la base de données vers des composants de formulaire, et emploie une couche d'abstraction basée sur des adaptateurs pour traduire les opérations administratives en requêtes spécifiques. Il prend en charge l'exécution de logique métier personnalisée et de workflows opérationnels via des déclencheurs liés à des enregistrements de ressources spécifiques. Le système inclut des capacités de visualisation de données via des tableaux de bord administratifs et des rapports de business intelligence. Il fournit également des outils pour la validation des entrées basée sur le schéma, l'extension des métadonnées de ressources via des décorateurs, et une architecture basée sur des plugins pour ajouter des composants d'interface personnalisés.
Enables the manipulation of database records through a visual interface, removing the need for manual queries.