home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

16 rows where repo = 209590345

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

repo 1 ✖

  • genome-to-sqlite · 16 ✖
Link user repo starred_at
14547,209590345 nogweii 14547 genome-to-sqlite 209590345 2021-07-29T07:34:46Z
27889,209590345 timClicks 27889 genome-to-sqlite 209590345 2020-08-20T03:27:39Z
62937,209590345 barakplasma 62937 genome-to-sqlite 209590345 2022-02-22T05:57:18Z
115904,209590345 audy 115904 genome-to-sqlite 209590345 2019-09-19T16:38:38Z
208337,209590345 okket 208337 genome-to-sqlite 209590345 2020-11-14T15:06:44Z
231498,209590345 khimaros 231498 genome-to-sqlite 209590345 2020-12-17T00:21:52Z
366688,209590345 tedmiston 366688 genome-to-sqlite 209590345 2020-11-16T12:53:21Z
518090,209590345 Finkregh 518090 genome-to-sqlite 209590345 2020-01-15T19:42:41Z
627365,209590345 williamrowell 627365 genome-to-sqlite 209590345 2020-12-24T19:41:42Z
1288356,209590345 NetOpWibby 1288356 genome-to-sqlite 209590345 2019-12-12T00:14:30Z
1771847,209590345 marijane 1771847 genome-to-sqlite 209590345 2019-09-19T19:26:35Z
2771919,209590345 miguel-aranda 2771919 genome-to-sqlite 209590345 2021-01-18T19:39:48Z
3798374,209590345 imaurer 3798374 genome-to-sqlite 209590345 2019-09-19T20:50:15Z
6732513,209590345 LilySu 6732513 genome-to-sqlite 209590345 2020-10-02T17:33:08Z
25862553,209590345 nd-rw 25862553 genome-to-sqlite 209590345 2019-09-19T15:51:28Z
63520163,209590345 niki-sparks 63520163 genome-to-sqlite 209590345 2021-09-24T03:15:30Z

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