home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

6 rows where "author_date" is on date 2021-05-19 and repo = 140912432 sorted by author_date descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_author, raw_committer, committer, author_date (date), committer_date (date)

author 5

  • simonw 2
  • j-e-d 1
  • dbready 1
  • robjwells 1
  • dylan-wu 1

repo 1

  • sqlite-utils · 6 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
2f3371ecb1ad075672d3f815993193732ed00be5 Suggest --alter if column is missing, closes #259, refs #256 2021-05-19T03:26:13Z 2021-05-19T03:26:22Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
328211eaca1247cd6b33a2c0a54642f87866d85b Typo in upsert example (#244) Remove extra `[` 2021-05-19T02:58:21Z 2021-05-19T02:58:21Z Juan E. D cde244e49fff511dca86e57614d1b133bfffdcd0 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 j-e-d 387669 web-flow 19864447
3e62ab62a88992d4bbb0fe83debec3bacd93ebf3 Correct some typos (#245) 2021-05-19T02:58:04Z 2021-05-19T02:58:04Z Damien Ready fcf3b31d4679bb2112170ec4dda53dede33a16b3 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 dbready 1076745 web-flow 19864447
e7b2626291040b78b9a2dbc2982ba72691fb1a0f Fix incorrect create-table cli description (#254) The description for `create-table` was duplicated from `create-index`. 2021-05-19T02:57:26Z 2021-05-19T02:57:26Z Rob Wells d6a64a7ba2d6c2c36f86efe56eb62e19518bfd72 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 robjwells 1935268 web-flow 19864447
a95954c481012cc46fff2df5aaa4ee24e43dddf3 Tests for unicode characters in nested JSON, refs #257 2021-05-19T02:56:53Z 2021-05-19T02:56:53Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
6f4f9a3effeb16de0348d3cf136664f7531f498d Fixing insert from JSON containing strings with non-ascii characters are escaped aps unicode for lists, tuples, dicts (#258) 2021-05-19T02:47:44Z 2021-05-19T02:47:44Z Dylan Wu 52ec80233f4d6e83b799b7794e62fd35488fb968 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 dylan-wu 6586811 web-flow 19864447

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