home / content

releases

2 rows where repo = 206202864

✎ 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
24793032 https://github.com/dogsheep/inaturalist-to-sqlite/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTI0NzkzMDMy 0.2 master 0.2 0 0 2020-03-24T00:35:44Z 2020-03-24T00:36:40Z * Upgraded to `sqlite-utils` 2.x * First non-alpha release inaturalist-to-sqlite 206202864    
32891966 https://github.com/dogsheep/inaturalist-to-sqlite/releases/tag/0.2.1 simonw 9599 MDc6UmVsZWFzZTMyODkxOTY2 0.2.1 master 0.2.1 0 0 2020-10-22T00:08:29Z 2020-10-22T00:08:58Z - Tweaked dependencies for compatibility with new PyPI resolver. inaturalist-to-sqlite 206202864    

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.743ms