home / github

Menu
  • Search all tables
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

3 rows where user = 167209

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
167209,107914493 omasanori 167209 datasette 107914493 2021-02-16T15:51:30Z
167209,206156866 omasanori 167209 twitter-to-sqlite 206156866 2022-08-01T01:14:04Z
167209,207052882 omasanori 167209 github-to-sqlite 207052882 2022-08-01T01:14:06Z

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 12.602ms · About: github-to-sqlite