home / github

Menu
  • Search all tables
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

6 rows where user = 237499

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
237499,107914493 allanw 237499 datasette 107914493 2018-03-20T14:20:26Z
237499,140912432 allanw 237499 sqlite-utils 140912432 2020-09-04T07:18:54Z
237499,197882382 allanw 237499 healthkit-to-sqlite 197882382 2020-11-02T11:14:52Z
237499,206156866 allanw 237499 twitter-to-sqlite 206156866 2021-08-31T10:35:20Z
237499,214746582 allanw 237499 dogsheep.github.io 214746582 2020-07-15T00:38:08Z
237499,256834907 allanw 237499 dogsheep-photos 256834907 2020-11-02T11:13:43Z

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