<p>- go-git का उपयोग करके Repo की सामग्री को SQLite की Virtual Table के रूप में इम्प्लीमेंट किया गया <br /> - `gitqlite "SELECT * from commits"` की तरह इस्तेमाल किया जा सकता है<br /> - टेबल और फ़ील्ड : <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>

अभी कोई टिप्पणी नहीं है.

अभी कोई टिप्पणी नहीं है.