home / github

Menu
  • Search all tables
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

9 rows where user = 948118

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
948118,107914493 nschlemm 948118 datasette 107914493 2019-04-12T20:07:08Z
948118,140912432 nschlemm 948118 sqlite-utils 140912432 2023-02-28T09:09:36Z
948118,197431109 nschlemm 948118 dogsheep-beta 197431109 2021-01-05T23:26:42Z
948118,206156866 nschlemm 948118 twitter-to-sqlite 206156866 2021-01-05T23:29:58Z
948118,206649770 nschlemm 948118 google-takeout-to-sqlite 206649770 2020-01-08T23:00:56Z
948118,207052882 nschlemm 948118 github-to-sqlite 207052882 2020-01-08T23:00:31Z
948118,214746582 nschlemm 948118 dogsheep.github.io 214746582 2020-01-08T23:01:04Z
948118,248903544 nschlemm 948118 hacker-news-to-sqlite 248903544 2023-02-28T09:04:33Z
948118,256834907 nschlemm 948118 dogsheep-photos 256834907 2023-02-28T09:00:35Z

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