Hacker News new | ask | show | jobs
by mytydev 871 days ago
Isn't it's purpose merely to provide a way to query a git repo's commit history? It helps answer questions like "who has the most commits in the codebase?" and "what times of the day are commits most active?". I don't think it's meant to be anything more than that.
1 comments

Exactly. They only have SQL query and a fixed set of tables. No insert, update or changing database structure.