1 个仓库
Translation of SQL queries into corresponding Git commands or API calls.
Distinct from Git Command Translations: Distinct from Git Command Translations which map Git commands to other VCS; this maps a different language (SQL) to Git.
Explore 1 awesome GitHub repository matching devops & infrastructure · SQL-to-Git Translation. Refine with filters or upvote what's useful.
Gitql 是一个 SQL 查询引擎和元数据搜索工具,旨在探索和检索版本控制系统中的信息。它提供了一种结构化查询语言,允许用户使用正式语法而不是标准命令行界面命令来过滤和提取项目历史中的资产。 该工具作为一个交互式数据浏览器,具有用于实时评估仓库数据的命令提示符界面。它将版本控制实体(如提交和标签)映射到虚拟关系表,从而能够执行顺序查询以审计历史并分析仓库元数据。 该系统涵盖了广泛的仓库资产检索功能,包括从拉取请求、议题和讨论中提取信息。它还包括用于仓库模式探索的机制,以识别哪些数据表可供查询。
Converts structured SQL statements into specific Git commands or API calls to retrieve repository metadata.