home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

8 rows where raw_committer = "f0031cc286d7f7a2dc1ac63c2100b9870639429c" sorted by author_date descending

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

repo 2

  • github-to-sqlite 7
  • twitter-to-sqlite 1

author 0

sha message author_date ▲ committer_date raw_author raw_committer repo author committer
c1193d5ed3bba58cf1fe438d0f36d5a8432ef40e Updated README 2020-11-30T04:15:44Z 2020-11-30T04:15:44Z README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c github-to-sqlite 207052882    
22a0164666718b8c98d058cdbd57afd1560a2a1c Updated README 2020-11-30T00:06:30Z 2020-11-30T00:06:30Z README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c github-to-sqlite 207052882    
dff08344ebe07456e6929052567a52adab590455 Updated README 2020-11-29T23:51:28Z 2020-11-29T23:51:28Z README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c github-to-sqlite 207052882    
1b23ce11953f9f59c0161ea1f99188b55b5ea11c Updated README 2020-11-29T21:57:37Z 2020-11-29T21:57:37Z README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c github-to-sqlite 207052882    
b02bf135485c0a7a3768868967f45a6b5e515289 Updated README 2020-09-17T03:33:30Z 2020-09-17T03:33:30Z README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c github-to-sqlite 207052882    
fa0217a94b9c2e042fc565a0d35e7e98bc275b7c Updated README 2020-08-18T14:53:04Z 2020-08-18T14:53:04Z README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c github-to-sqlite 207052882    
c00e7b4532b9478c59c32e2cfb99efbf1358253a Updated README 2020-07-23T14:54:26Z 2020-07-23T14:54:26Z README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c github-to-sqlite 207052882    
76906215d157effae224f0cb2089070050de0248 Updated README 2020-07-22T19:02:13Z 2020-07-22T19:02:13Z README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c twitter-to-sqlite 206156866    

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