home / github

Menu
  • Search all tables
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

7 rows where user = 208337

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
208337,107914493 okket 208337 datasette 107914493 2018-05-21T07:08:22Z
208337,140912432 okket 208337 sqlite-utils 140912432 2020-11-14T15:07:55Z
208337,197431109 okket 208337 dogsheep-beta 197431109 2020-11-14T15:05:56Z
208337,197882382 okket 208337 healthkit-to-sqlite 197882382 2020-11-14T15:06:07Z
208337,206156866 okket 208337 twitter-to-sqlite 206156866 2020-11-14T15:05:29Z
208337,207052882 okket 208337 github-to-sqlite 207052882 2020-11-28T07:16:48Z
208337,209590345 okket 208337 genome-to-sqlite 209590345 2020-11-14T15:06:44Z

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