home / github

Menu
  • Search all tables
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

8 rows where user = 128885

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
128885,107914493 fly51fly 128885 datasette 107914493 2017-11-15T04:18:49Z
128885,140912432 fly51fly 128885 sqlite-utils 140912432 2020-10-04T11:45:41Z
128885,197431109 fly51fly 128885 dogsheep-beta 197431109 2021-03-26T09:57:40Z
128885,197882382 fly51fly 128885 healthkit-to-sqlite 197882382 2021-02-09T06:45:28Z
128885,206156866 fly51fly 128885 twitter-to-sqlite 206156866 2020-02-20T04:56:40Z
128885,206649770 fly51fly 128885 google-takeout-to-sqlite 206649770 2021-07-06T05:06:45Z
128885,207052882 fly51fly 128885 github-to-sqlite 207052882 2021-03-13T06:35:27Z
128885,611552758 fly51fly 128885 apple-notes-to-sqlite 611552758 2023-04-01T11:58:41Z

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