home / content

releases

2 rows where repo = 305199661

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), published_at (date)

id ▼ html_url author node_id tag_name target_commitish name draft prerelease created_at published_at body repo reactions mentions_count
32729524 https://github.com/simonw/sphinx-to-sqlite/releases/tag/0.1a simonw 9599 MDc6UmVsZWFzZTMyNzI5NTI0 0.1a main 0.1a 0 1 2020-10-18T21:26:42Z 2020-10-18T21:28:45Z Initial alpha release. sphinx-to-sqlite 305199661    
32899078 https://github.com/simonw/sphinx-to-sqlite/releases/tag/0.1a1 simonw 9599 MDc6UmVsZWFzZTMyODk5MDc4 0.1a1 main 0.1a1 0 1 2020-10-22T04:54:47Z 2020-10-22T04:55:45Z - Fixed a bug where tokens did not have spaces between them. #2 sphinx-to-sqlite 305199661    

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [author] INTEGER REFERENCES [users]([id]),
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
, [reactions] TEXT, [mentions_count] INTEGER);
CREATE INDEX [idx_releases_repo]
    ON [releases] ([repo]);
CREATE INDEX [idx_releases_author]
    ON [releases] ([author]);
Powered by Datasette · Queries took 20.35ms