home / github

Menu
  • Search all tables
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

5 rows where user = 56221

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
56221,107914493 fkazimierczak 56221 datasette 107914493 2018-04-18T22:56:28Z
56221,206156866 fkazimierczak 56221 twitter-to-sqlite 206156866 2020-11-14T15:11:39Z
56221,206649770 fkazimierczak 56221 google-takeout-to-sqlite 206649770 2020-11-14T15:11:32Z
56221,207052882 fkazimierczak 56221 github-to-sqlite 207052882 2020-11-14T15:11:08Z
56221,248903544 fkazimierczak 56221 hacker-news-to-sqlite 248903544 2020-11-14T15:11:27Z

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