home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

5 rows where "author_date" is on date 2020-07-27

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: author_date (date)

sha ▼ message author_date committer_date raw_author raw_committer repo author committer
1a61a6d3d65d14af325889fb5149794bb6c7b214 Ability to insert base64 binary data as JSON, closes #126 2020-07-27T03:59:15Z 2020-07-27T03:59:34Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
20e543e9a492f2e764caae73c38e87f18eaec444 Output binary columns as base64 in JSON, closes #125 2020-07-27T00:48:36Z 2020-07-27T00:48:36Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
3f6a10b807c8b2df6e1f971d9747cbefd858e63a Release 2.12 Refs #122, #123, #124, #125, #126 2020-07-27T07:21:26Z 2020-07-27T07:21:26Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
814d4a7f90991be865d38aac45ff12e36df1c67d -p for passing named params to query, closes #124 2020-07-27T03:53:51Z 2020-07-27T03:53:51Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
ebc802f7ff0e640b6ae11ea525290fea0115228c sqlite-utils insert-files command, closes #122 2020-07-27T07:08:57Z 2020-07-27T07:08:57Z 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 381.747ms · About: simonw/datasette-graphql