home / github

Menu
  • Search all tables
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

4 rows where user = 54462

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
54462,107914493 HaveF 54462 datasette 107914493 2019-08-02T05:25:40Z
54462,140912432 HaveF 54462 sqlite-utils 140912432 2023-04-24T06:41:29Z
54462,197431109 HaveF 54462 dogsheep-beta 197431109 2023-07-04T08:25:03Z
54462,207052882 HaveF 54462 github-to-sqlite 207052882 2023-08-07T10:32:57Z

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