awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.com博客
分类

4 个仓库

Awesome GitHub RepositoriesData Manipulation Interfaces

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.

Awesome Data Manipulation Interfaces GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • pingcap/tidbpingcap 的头像

    pingcap/tidb

    40,166在 GitHub 上查看↗

    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.

    Gocloud-nativedatabasedistributed-database
    在 GitHub 上查看↗40,166
  • nocobase/nocobasenocobase 的头像

    nocobase/nocobase

    21,542在 GitHub 上查看↗

    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.

    TypeScriptadmin-dashboardairtableapp-builder
    在 GitHub 上查看↗21,542
  • gitoxidelabs/gitoxideGitoxideLabs 的头像

    GitoxideLabs/gitoxide

    11,623在 GitHub 上查看↗

    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.

    Rustblazingly-fastbuilt-with-rustcli
    在 GitHub 上查看↗11,623
  • softwarebrothers/admin-broSoftwareBrothers 的头像

    SoftwareBrothers/admin-bro

    8,952在 GitHub 上查看↗

    Admin-bro 是一个 Node.js 管理面板框架,可自动将数据库模式转换为功能齐全的内容管理系统和后端仪表板。它提供了一个可视化界面,用于对各种受支持数据源中的记录执行创建、读取、更新和删除(CRUD)操作。 该框架使用模型驱动的 UI 生成将数据库元数据映射到表单组件,并采用基于适配器的抽象层将管理操作转换为特定的数据库查询。它支持通过链接到特定资源记录的基于动作的触发器来执行自定义业务逻辑和操作工作流。 该系统包括通过管理仪表板和商业智能报告进行数据可视化的功能。它还提供了用于基于模式的输入验证、使用装饰器扩展资源元数据的工具,以及用于添加自定义界面组件的插件架构。

    Enables the manipulation of database records through a visual interface, removing the need for manual queries.

    TypeScript
    在 GitHub 上查看↗8,952
  1. Home
  2. Data & Databases
  3. Data Manipulation Interfaces