home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

9 rows where "committer_date" is on date 2020-05-03 and repo = 140912432 sorted by author_date descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

repo 1

  • sqlite-utils · 9 ✖

author 1

  • simonw 9
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
396bee92364fc3a88f6c76969366dd1c4c9c944d Don't show documentation badge on docs index 2020-05-03T15:47:28Z 2020-05-03T15:47:28Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
60e380e551b44028af0d73ac30c99a8bb04b458b Add badges to documentation index 2020-05-03T15:44:41Z 2020-05-03T15:44:41Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
30a390780aa1946f9430d7f473031e95ab02675d Release 2.8, refs #27 and #107 2020-05-03T15:39:50Z 2020-05-03T15:39:56Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
d16097231c5e51ea857b58c700f97a17b68dc583 Added sqlite-utils create-view command, closes #107 2020-05-03T15:36:29Z 2020-05-03T15:36:29Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
78264b738cd72ffad6e5c32ede3f074f8aad0ca4 Removed docs for feature I decided not to implement, refs #27 2020-05-03T15:25:21Z 2020-05-03T15:25:21Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
9f6085b4e4c8289b34c6a3d40ba72d77ed62b4ef create-table --ignore and --replace, refs #27 2020-05-03T15:24:39Z 2020-05-03T15:24:39Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
4d5916075d42b390302b8018d84eafdc709dadc8 create-table --not-null, --default, --fk, refs #27 2020-05-03T15:09:00Z 2020-05-03T15:09:00Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
99a7906fd93ce1c6400733b855255ed62e3e9fa1 sqlite-utils create-table docs, plus doc unit test Refs #27. Closes #108 2020-05-03T04:13:49Z 2020-05-03T04:13:49Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
36d256b047ecd77761d24fe570fa117bc6dc917c Initial implementation of create-table command, refs #27 2020-05-03T03:55:40Z 2020-05-03T03:55:40Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 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 41.968ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows