home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

7 rows where "author_date" is on date 2018-07-31 sorted by committer_date

✎ View and edit SQL

This data as json, CSV (advanced)

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

author_date (date) 1 ✖

  • 2018-07-31 · 7 ✖
sha message author_date committer_date ▼ raw_author raw_committer repo author committer
b69f8b6c856adff577fe6a1816359bb00e82ffd1 table.count property, plus made a start on table documentation 2018-07-31T03:24:35Z 2018-07-31T03:24:35Z Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 sqlite-utils 140912432 simonw 9599 simonw 9599
5deb65f0623bff03421f50d3c61f699b981ae18b Now you just 'from sqlite_utils import Database' Plus fixed ad_id in the Russian ads example in the docs 2018-07-31T03:30:23Z 2018-07-31T03:30:23Z Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 sqlite-utils 140912432 simonw 9599 simonw 9599
e888bb122dadfbd937fc3893444a2edcb0b5b499 Added .schema property, improved docs, release 0.3 2018-07-31T15:33:52Z 2018-07-31T15:33:52Z Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 sqlite-utils 140912432 simonw 9599 simonw 9599
61d81494d5cfee72a99d880e47bc5f436720b415 Fleshed out README 2018-07-31T15:38:50Z 2018-07-31T15:38:50Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
f5418e13f2e435a42cd3611b28ec3c9ac02481da Release 0.3.1 to publish updated README to PyPI 2018-07-31T15:39:43Z 2018-07-31T15:39:43Z Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 sqlite-utils 140912432 simonw 9599 simonw 9599
c446e22f34eb56a454c57edf93824d2615b83c0e Moved fixtures to fixtures.py, added .schema test 2018-07-31T15:55:24Z 2018-07-31T15:55:24Z Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 sqlite-utils 140912432 simonw 9599 simonw 9599
f4907f6df58d822dfb67660b982a9081b39a06fb enable_fts(), populate_fts() and search() methods 2018-07-31T16:19:05Z 2018-07-31T16:19:20Z Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 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 93.182ms · About: simonw/datasette-graphql