home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

3 rows where "author_date" is on date 2023-07-09, committer_date = "2023-07-09T01:04:39Z" and repo = 213286752 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: committer_date (date)

repo 1

  • pocket-to-sqlite · 3 ✖

committer_date 1 ✖

  • 2023-07-09T01:04:39Z · 3 ✖

committer 1 ✖

  • simonw 3

author_date (date) 1 ✖

  • 2023-07-09 · 3 ✖

author 1

  • simonw 3
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
6f032994a1da4eaa3195eee9b12c035e0e692206 Tweaks to README to make copy and paste easier 2023-07-09T01:04:14Z 2023-07-09T01:04:39Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 pocket-to-sqlite 213286752 simonw 9599 simonw 9599
9dc262fc372ea9b0d8a33574176765ec1d74fd92 Show total number of items in progress bar 2023-07-09T01:03:41Z 2023-07-09T01:04:39Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 pocket-to-sqlite 213286752 simonw 9599 simonw 9599
f6c1af27e301b91ec64fb20324c92a8639f5a359 Upgrade GitHub Actions 2023-07-09T01:03:25Z 2023-07-09T01:04:39Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 pocket-to-sqlite 213286752 simonw 9599 simonw 9599

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [commits] (
   [sha] TEXT PRIMARY KEY,
   [message] TEXT,
   [author_date] TEXT,
   [committer_date] TEXT,
   [raw_author] TEXT REFERENCES [raw_authors]([id]),
   [raw_committer] TEXT REFERENCES [raw_authors]([id]),
   [repo] INTEGER REFERENCES [repos]([id]),
   [author] INTEGER REFERENCES [users]([id]),
   [committer] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_commits_committer]
                ON [commits] ([committer]);
CREATE INDEX [idx_commits_author]
                ON [commits] ([author]);
CREATE INDEX [idx_commits_repo]
                ON [commits] ([repo]);
CREATE INDEX [idx_commits_raw_committer]
                ON [commits] ([raw_committer]);
CREATE INDEX [idx_commits_raw_author]
                ON [commits] ([raw_author]);
Powered by Datasette · Queries took 20.105ms · About: github-to-sqlite