home / github

Menu
  • Search all tables
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

5 rows where user = 67219

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
67219,107914493 fictorial 67219 datasette 107914493 2018-05-25T15:27:58Z
67219,140912432 fictorial 67219 sqlite-utils 140912432 2023-05-22T00:58:09Z
67219,197882382 fictorial 67219 healthkit-to-sqlite 197882382 2022-11-16T21:33:56Z
67219,206156866 fictorial 67219 twitter-to-sqlite 206156866 2022-11-16T21:35:38Z
67219,256834907 fictorial 67219 dogsheep-photos 256834907 2022-11-16T21:34:20Z

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