home / github

Menu
  • Search all tables
  • GraphQL API

contributors

Table actions
  • GraphQL API for contributors

3 rows where repo_id = 214746582

✖
✖

✎ View and edit SQL

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

CSV options:

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]);
Powered by Datasette · Queries took 9.536ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows