home / github

Menu
  • Search all tables
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

8 rows where user = 7476523

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
7476523,107914493 bobwhitelock 7476523 datasette 107914493 2020-07-30T11:17:34Z
7476523,140912432 bobwhitelock 7476523 sqlite-utils 140912432 2020-10-30T03:56:06Z
7476523,197431109 bobwhitelock 7476523 dogsheep-beta 197431109 2020-10-30T03:54:27Z
7476523,206156866 bobwhitelock 7476523 twitter-to-sqlite 206156866 2020-09-10T17:05:43Z
7476523,206649770 bobwhitelock 7476523 google-takeout-to-sqlite 206649770 2021-03-10T02:37:57Z
7476523,207052882 bobwhitelock 7476523 github-to-sqlite 207052882 2020-09-10T17:05:38Z
7476523,213286752 bobwhitelock 7476523 pocket-to-sqlite 213286752 2020-09-10T17:05:50Z
7476523,214746582 bobwhitelock 7476523 dogsheep.github.io 214746582 2020-09-10T17:08:11Z

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