contributors
3 rows where repo_id = 214746582
This data as json, CSV (advanced)
Link | repo_id | user_id | contributions |
---|---|---|---|
214746582,9599 | dogsheep.github.io 214746582 | simonw 9599 | 11 |
214746582,706257 | dogsheep.github.io 214746582 | bcongdon 706257 | 2 |
214746582,1101318 | dogsheep.github.io 214746582 | mrw34 1101318 | 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [contributors] ( [repo_id] INTEGER REFERENCES [repos]([id]), [user_id] INTEGER REFERENCES [users]([id]), [contributions] INTEGER, PRIMARY KEY ([repo_id], [user_id]) ); CREATE INDEX [idx_contributors_user_id] ON [contributors] ([user_id]); CREATE INDEX [idx_contributors_repo_id] ON [contributors] ([repo_id]);