5 poin oleh xguru 2020-07-05 | Belum ada komentar. | Bagikan ke WhatsApp
<p>- Menggunakan go-git untuk mengimplementasikan isi repo sebagai Tabel Virtual di SQLite <br /> - Dapat digunakan seperti `gitqlite "SELECT * from commits"`<br /> - Tabel &amp; field: <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>

Belum ada komentar.

Belum ada komentar.