文件名称:gitqlite是用于在git存储库上运行SQL查询的工具。-Golang开发
文件大小:2.28MB
文件格式:ZIP
更新时间:2024-06-15 08:13:19
Golang SQL Query Builder
gitqlite是用于在git存储库上运行SQL查询的工具。 它实现SQLite虚拟表并使用go-git。 它旨在通过公共接口(SQL)临时查询磁盘上的git存储库,作为将各种shell命令拼凑在一起的替代方法。 gitqlite gitqlite是用于在git存储库上运行SQL查询的工具。 它实现SQLite虚拟表并使用go-git。 它旨在通过公共接口(SQL)临时查询磁盘上的git存储库,作为将各种shell命令拼凑在一起的替代方法。 安装go install -v -tags = sqlite_vtable github.com/augmentable-dev/gitqlite将使用go工具链将二进制文件安装到$ GOBIN。 GOBIN = $ {pwd)去安装-v -tags = sqlite_vtable github.com/augmentable-de
【文件预览】:
askgit-master
----shared.go(333B)
----pkg()
--------sqlite()
--------ghqlite()
--------askgit()
--------tui()
--------gitlog()
----cmd()
--------export.go(1KB)
--------root.go(4KB)
----.github()
--------workflows()
----Dockerfile(391B)
----LICENSE(1KB)
----tables()
--------tables.go(2KB)
--------internal()
----codecov.yml(58B)
----.gitignore(1KB)
----askgit.go(98B)
----Makefile(3KB)
----go.sum(69KB)
----README.md(14KB)
----scripts()
--------install_libgit2.sh(231B)
----.gitattributes(111B)
----go.mod(2KB)
----.vscode()
--------settings.json(321B)