5 điểm bởi xguru 2020-07-05 | Chưa có bình luận nào. | Chia sẻ qua WhatsApp
<p>- Triển khai nội dung của repo thành Virtual Table của SQLite bằng `go-git` <br /> - Có thể dùng như `gitqlite "SELECT * from commits"`<br /> - Bảng &amp; trường: <br /> → commits : id, message, summary, author, commiter, parent_id..<br /> → files : commit_id, name, type, contents.. <br /> → refs : name, type, hash<br /> - `SELECT count(*) AS commits, SUM(additions) AS additions, SUM(deletions) AS deletions, author_email FROM commits GROUP BY author_email ORDER BY commits`</p>

Chưa có bình luận nào.

Chưa có bình luận nào.