home / github

Menu
  • Search all tables
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

4 rows where user = 5510372

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
5510372,206156866 arthurfm 5510372 twitter-to-sqlite 206156866 2019-11-12T02:40:06Z
5510372,206649770 arthurfm 5510372 google-takeout-to-sqlite 206649770 2019-11-12T02:40:38Z
5510372,207052882 arthurfm 5510372 github-to-sqlite 207052882 2019-11-12T02:40:47Z
5510372,213286752 arthurfm 5510372 pocket-to-sqlite 213286752 2019-11-12T02:40:21Z

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [stars] (
   [user] INTEGER REFERENCES [users]([id]),
   [repo] INTEGER REFERENCES [repos]([id]),
   [starred_at] TEXT,
   PRIMARY KEY ([user], [repo])
);
CREATE INDEX [idx_stars_repo]
                ON [stars] ([repo]);
CREATE INDEX [idx_stars_user]
                ON [stars] ([user]);
Powered by Datasette · Queries took 9.255ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows