home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

33 rows where "starred_at" is on date 2023-03-09

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: repo, starred_at (date)

Link user repo starred_at
137,611552758 josh 137 apple-notes-to-sqlite 611552758 2023-03-09T17:19:50Z
5110,611552758 jkocherhans 5110 apple-notes-to-sqlite 611552758 2023-03-09T16:32:13Z
6407,611552758 keizo 6407 apple-notes-to-sqlite 611552758 2023-03-09T06:19:02Z
20966,611552758 elstudio 20966 apple-notes-to-sqlite 611552758 2023-03-09T11:24:40Z
34058,611552758 Tafkas 34058 apple-notes-to-sqlite 611552758 2023-03-09T10:46:05Z
45806,611552758 iseanstevens 45806 apple-notes-to-sqlite 611552758 2023-03-09T22:21:49Z
61048,611552758 gcollazo 61048 apple-notes-to-sqlite 611552758 2023-03-09T13:12:05Z
72649,107914493 srnm 72649 datasette 107914493 2023-03-09T04:10:37Z
125546,611552758 johnthethird 125546 apple-notes-to-sqlite 611552758 2023-03-09T20:24:29Z
217554,611552758 stchris 217554 apple-notes-to-sqlite 611552758 2023-03-09T06:02:22Z
450199,611552758 codejake 450199 apple-notes-to-sqlite 611552758 2023-03-09T23:02:09Z
633183,611552758 knutwalker 633183 apple-notes-to-sqlite 611552758 2023-03-09T07:50:31Z
794388,611552758 gr7ffo 794388 apple-notes-to-sqlite 611552758 2023-03-09T09:04:02Z
834250,611552758 brianjoseff 834250 apple-notes-to-sqlite 611552758 2023-03-09T05:48:55Z
1511883,611552758 danecjensen 1511883 apple-notes-to-sqlite 611552758 2023-03-09T20:48:25Z
1766605,611552758 unabridgedxcrpt 1766605 apple-notes-to-sqlite 611552758 2023-03-09T18:57:54Z
3075107,611552758 ydk 3075107 apple-notes-to-sqlite 611552758 2023-03-09T17:22:28Z
4822352,611552758 johncomposed 4822352 apple-notes-to-sqlite 611552758 2023-03-09T06:30:02Z
4991098,107914493 aled1027 4991098 datasette 107914493 2023-03-09T07:11:50Z
5076526,611552758 agmm 5076526 apple-notes-to-sqlite 611552758 2023-03-09T14:05:50Z
8257474,611552758 rasulkireev 8257474 apple-notes-to-sqlite 611552758 2023-03-09T16:21:50Z
8573886,611552758 nickvazz 8573886 apple-notes-to-sqlite 611552758 2023-03-09T03:58:39Z
8722727,107914493 romanhu 8722727 datasette 107914493 2023-03-09T07:14:48Z
12966295,107914493 ussuss 12966295 datasette 107914493 2023-03-09T13:03:57Z
15084632,611552758 mhasson 15084632 apple-notes-to-sqlite 611552758 2023-03-09T04:00:49Z
33027366,107914493 whalewillwe11 33027366 datasette 107914493 2023-03-09T06:49:37Z
34915973,206649770 leotaku 34915973 google-takeout-to-sqlite 206649770 2023-03-09T22:21:46Z
41546558,611552758 RhetTbull 41546558 apple-notes-to-sqlite 611552758 2023-03-09T06:24:01Z
59518103,611552758 Sandalots 59518103 apple-notes-to-sqlite 611552758 2023-03-09T08:31:52Z
74812380,107914493 anoniuuiti 74812380 datasette 107914493 2023-03-09T14:47:16Z
106199007,107914493 homeGrownCheese 106199007 datasette 107914493 2023-03-09T06:07:13Z
106199007,197882382 homeGrownCheese 106199007 healthkit-to-sqlite 197882382 2023-03-09T06:04:27Z
106199007,611552758 homeGrownCheese 106199007 apple-notes-to-sqlite 611552758 2023-03-09T06:03:16Z

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