home / content

releases

2 rows where repo = 163790822

✎ 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
73085570 https://github.com/simonw/datasette-sqlite-fts4/releases/tag/0.3.1 simonw 9599 RE_kwDOCcM_5s4EWzKC 0.3.1 master 0.3.1 0 0 2022-07-28T16:41:34Z 2022-07-28T16:47:54Z - Now depends on [sqlite-fts4 1.0.2](https://github.com/simonw/sqlite-fts4/releases/tag/1.0.2) for compatibility with big-endian systems. datasette-sqlite-fts4 163790822    
73284496 https://github.com/simonw/datasette-sqlite-fts4/releases/tag/0.3.2 simonw 9599 RE_kwDOCcM_5s4EXjuQ 0.3.2 main 0.3.2 0 0 2022-07-31T14:45:17Z 2022-07-31T14:46:26Z - Now depends on [sqlite-fts4 1.0.3](https://github.com/simonw/sqlite-fts4/releases/tag/1.0.3) datasette-sqlite-fts4 163790822    

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 19.096ms