home / github

Menu
  • Search all tables
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

4 rows where user = 4399499

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
4399499,107914493 ocdtrekkie 4399499 datasette 107914493 2019-12-20T22:27:26Z
4399499,206156866 ocdtrekkie 4399499 twitter-to-sqlite 206156866 2019-12-20T22:26:18Z
4399499,206649770 ocdtrekkie 4399499 google-takeout-to-sqlite 206649770 2019-12-20T22:26:33Z
4399499,207052882 ocdtrekkie 4399499 github-to-sqlite 207052882 2019-12-20T22:26:15Z

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 31.045ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows