home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

7 rows where user = 48793

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
48793,107914493 phaufe 48793 datasette 107914493 2017-11-14T08:44:52Z
48793,140912432 phaufe 48793 sqlite-utils 140912432 2020-05-26T14:53:03Z
48793,197431109 phaufe 48793 dogsheep-beta 197431109 2021-12-02T09:20:48Z
48793,207052882 phaufe 48793 github-to-sqlite 207052882 2020-05-26T14:53:24Z
48793,213286752 phaufe 48793 pocket-to-sqlite 213286752 2020-07-28T07:04:01Z
48793,214746582 phaufe 48793 dogsheep.github.io 214746582 2021-12-02T09:20:22Z
48793,303218369 phaufe 48793 evernote-to-sqlite 303218369 2021-02-26T13:56:07Z

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 123.876ms · About: simonw/datasette-graphql