home / github

Menu
  • Search all tables
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

7 rows where user = 6391776

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
6391776,107914493 nikitavoloboev 6391776 datasette 107914493 2019-07-10T13:40:11Z
6391776,140912432 nikitavoloboev 6391776 sqlite-utils 140912432 2020-10-07T12:53:22Z
6391776,197431109 nikitavoloboev 6391776 dogsheep-beta 197431109 2021-07-27T11:02:45Z
6391776,206156866 nikitavoloboev 6391776 twitter-to-sqlite 206156866 2021-01-05T16:48:42Z
6391776,207052882 nikitavoloboev 6391776 github-to-sqlite 207052882 2022-04-21T19:46:31Z
6391776,214746582 nikitavoloboev 6391776 dogsheep.github.io 214746582 2021-03-28T18:24:07Z
6391776,611552758 nikitavoloboev 6391776 apple-notes-to-sqlite 611552758 2023-03-26T21:50:29Z

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