home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

31 rows where "starred_at" is on date 2021-06-20

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: user, repo

Link user repo starred_at
5554,140912432 boticello 5554 sqlite-utils 140912432 2021-06-20T06:37:10Z
31504,140912432 janrito 31504 sqlite-utils 140912432 2021-06-20T08:42:28Z
116800,140912432 redaready 116800 sqlite-utils 140912432 2021-06-20T11:53:47Z
218825,140912432 dudleycarr 218825 sqlite-utils 140912432 2021-06-20T12:38:26Z
227158,140912432 nav 227158 sqlite-utils 140912432 2021-06-20T06:22:28Z
302781,140912432 willianzhao 302781 sqlite-utils 140912432 2021-06-20T12:10:12Z
373596,140912432 jimleuk 373596 sqlite-utils 140912432 2021-06-20T09:40:03Z
436032,197882382 kevboh 436032 healthkit-to-sqlite 197882382 2021-06-20T15:36:45Z
457226,140912432 manigandham 457226 sqlite-utils 140912432 2021-06-20T23:58:27Z
480050,140912432 tgdn 480050 sqlite-utils 140912432 2021-06-20T09:48:39Z
521971,140912432 michaelBenin 521971 sqlite-utils 140912432 2021-06-20T21:20:02Z
586566,140912432 conoro 586566 sqlite-utils 140912432 2021-06-20T13:58:17Z
708553,140912432 pletnes 708553 sqlite-utils 140912432 2021-06-20T09:24:52Z
875942,140912432 peterk1348 875942 sqlite-utils 140912432 2021-06-20T18:17:53Z
1036163,206156866 SantoshSrinivas79 1036163 twitter-to-sqlite 206156866 2021-06-20T13:34:31Z
1036163,214746582 SantoshSrinivas79 1036163 dogsheep.github.io 214746582 2021-06-20T10:16:40Z
1093808,140912432 kaedroho 1093808 sqlite-utils 140912432 2021-06-20T10:48:41Z
1511229,140912432 ityogi 1511229 sqlite-utils 140912432 2021-06-20T00:49:33Z
2690852,140912432 xpqz 2690852 sqlite-utils 140912432 2021-06-20T10:17:19Z
3527248,140912432 kelbyludwig 3527248 sqlite-utils 140912432 2021-06-20T21:50:28Z
3972343,140912432 tirkarthi 3972343 sqlite-utils 140912432 2021-06-20T09:49:52Z
5924865,140912432 JosephusPaye 5924865 sqlite-utils 140912432 2021-06-20T05:38:15Z
6575554,206649770 rtomanek-sage 6575554 google-takeout-to-sqlite 206649770 2021-06-20T12:26:33Z
6575554,303218369 rtomanek-sage 6575554 evernote-to-sqlite 303218369 2021-06-20T12:26:18Z
7166977,197431109 hartca 7166977 dogsheep-beta 197431109 2021-06-20T03:50:08Z
8163252,140912432 abandaru 8163252 sqlite-utils 140912432 2021-06-20T13:01:12Z
11018951,140912432 lazyoracle 11018951 sqlite-utils 140912432 2021-06-20T09:57:12Z
16493083,140912432 mlittlec 16493083 sqlite-utils 140912432 2021-06-20T14:19:12Z
33641725,140912432 mamatuszewski 33641725 sqlite-utils 140912432 2021-06-20T19:12:06Z
38938337,107914493 ValRCS 38938337 datasette 107914493 2021-06-20T19:38:38Z
46636991,140912432 trungnghiahoang96 46636991 sqlite-utils 140912432 2021-06-20T14:42:36Z

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