home / github

Menu
  • Search all tables
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

6 rows where user = 622527

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
622527,107914493 stefanvanburen 622527 datasette 107914493 2017-11-26T21:08:05Z
622527,140912432 stefanvanburen 622527 sqlite-utils 140912432 2019-11-13T18:02:55Z
622527,197882382 stefanvanburen 622527 healthkit-to-sqlite 197882382 2019-07-26T15:11:41Z
622527,206156866 stefanvanburen 622527 twitter-to-sqlite 206156866 2021-08-22T13:10:56Z
622527,207052882 stefanvanburen 622527 github-to-sqlite 207052882 2020-11-15T18:41:41Z
622527,256834907 stefanvanburen 622527 dogsheep-photos 256834907 2020-05-21T23:41:59Z

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