releases

3 rows where repo = 207630174

View and edit SQL

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

repo

  • datasette-rure · 3
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
19890182 https://github.com/simonw/datasette-rure/releases/tag/0.1 MDc6UmVsZWFzZTE5ODkwMTgy 0.1 master 0.1 0 simonw 9599 0 2019-09-10T18:15:45Z 2019-09-10T18:17:42Z [] First working version datasette-rure 207630174
19899411 https://github.com/simonw/datasette-rure/releases/tag/0.2 MDc6UmVsZWFzZTE5ODk5NDEx 0.2 master 0.2 0 simonw 9599 0 2019-09-11T03:24:21Z 2019-09-11T03:25:22Z [] * Added regexp_match() function, #1 * Added regexp_matches() function, #2 datasette-rure 207630174
19927123 https://github.com/simonw/datasette-rure/releases/tag/0.3 MDc6UmVsZWFzZTE5OTI3MTIz 0.3 master 0.3 0 simonw 9599 0 2019-09-11T22:58:20Z 2019-09-11T23:00:32Z [] * Documentation now links to interactive demos * Now uses an LRU cache for compiled regular expressions, which can give a 10x speedup on queries #3 datasette-rure 207630174

Advanced export

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

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [author] INTEGER REFERENCES [users]([id]),
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [assets] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
)
Powered by Datasette · Query took 27.75ms · About: github-to-sqlite