releases

2 rows where repo = 135007287

View and edit SQL

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

repo

  • datasette-leaflet-geojson · 2
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
20686035 https://github.com/simonw/datasette-leaflet-geojson/releases/tag/0.3 MDc6UmVsZWFzZTIwNjg2MDM1 0.3 master 0.3 0 simonw 9599 0 2019-10-14T15:13:15Z 2019-10-14T15:18:48Z [] * Fixed bug displaying multiple polygon maps on a page - #4 - thanks, @chris48s * Upgraded Leaflet to 1.5.1 - #5 - thanks, @chris48s datasette-leaflet-geojson 135007287
21162720 https://github.com/simonw/datasette-leaflet-geojson/releases/tag/0.4 MDc6UmVsZWFzZTIxMTYyNzIw 0.4 master 0.4 0 simonw 9599 0 2019-11-02T01:45:52Z 2019-11-02T01:48:09Z [] - Fixed bug where plugin fails to render a map if the cell value was truncated (#3) - Fixed incompatibility when loaded in the same environment as `datasette-pretty-json` (#6) datasette-leaflet-geojson 135007287

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.789ms · About: github-to-sqlite