home / github

Menu
  • Search all tables
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

8 rows where user = 46511

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
46511,107914493 keimlink 46511 datasette 107914493 2017-11-15T19:27:16Z
46511,140912432 keimlink 46511 sqlite-utils 140912432 2018-12-19T11:21:31Z
46511,197431109 keimlink 46511 dogsheep-beta 197431109 2020-11-14T11:21:56Z
46511,197882382 keimlink 46511 healthkit-to-sqlite 197882382 2020-11-14T11:16:44Z
46511,206156866 keimlink 46511 twitter-to-sqlite 206156866 2019-11-11T22:40:32Z
46511,207052882 keimlink 46511 github-to-sqlite 207052882 2020-04-17T07:38:02Z
46511,213286752 keimlink 46511 pocket-to-sqlite 213286752 2020-11-14T11:19:09Z
46511,256834907 keimlink 46511 dogsheep-photos 256834907 2020-11-14T11:19:25Z

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