askgit:使用SQL查询git存储库。 生成报告执行状态检查分析代码库。 :bar_chart: 源码
Askgit askgit是用于在git存储库上运行SQL查询的命令行工具。 它用于通过通用接口(SQL)临时查询磁盘上的git存储库,作为将各种shell命令拼凑在一起的替代方法。 它可以执行如下查询: -- how many commits have been authored by user@email.com? SELECT count ( * ) FROM commits WHERE author_email = ' user@email.com ' 您可以尝试在公共git存储库上查询,而无需在安装任何内容 初步支持针对GitHub API执行查询。 可以在下面找到更深入的示
文件列表
askgit-master.zip
(预估有个57文件)
askgit-master
Dockerfile
391B
.gitignore
18B
README.md
14KB
.github
workflows
test.yml
1KB
pkg
ghqlite
pull_requests_vtab_test.go
409B
暂无评论