home / github

Menu
  • Search all tables
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

4 rows where user = 3856

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
3856,107914493 mrluanma 3856 datasette 107914493 2017-11-14T02:26:31Z
3856,140912432 mrluanma 3856 sqlite-utils 140912432 2019-02-27T03:44:09Z
3856,206156866 mrluanma 3856 twitter-to-sqlite 206156866 2019-09-04T01:54:05Z
3856,206649770 mrluanma 3856 google-takeout-to-sqlite 206649770 2019-09-06T08:10:58Z

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