home / content

releases

3 rows where repo = 275711254

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: prerelease, 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
28009535 https://github.com/simonw/datasette-write/releases/tag/0.1a simonw 9599 MDc6UmVsZWFzZTI4MDA5NTM1 0.1a main 0.1a 0 1 2020-06-29T03:45:00Z 2020-06-29T03:45:50Z First working version. datasette-write 275711254    
28136763 https://github.com/simonw/datasette-write/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTI4MTM2NzYz 0.1 main 0.1 0 0 2020-07-01T23:47:20Z 2020-07-01T23:47:57Z - First non-alpha release - Depends on Datasette 0.45 datasette-write 275711254    
49384137 https://github.com/simonw/datasette-write/releases/tag/0.2 simonw 9599 RE_kwDOEG8FFs4C8YrJ 0.2 main 0.2 0 0 2021-09-11T05:59:43Z 2021-09-11T06:03:07Z - Support for Datasette `base_url` setting, thanks @brandonrobertz. [#4](https://github.com/simonw/datasette-write/pull/4) - Menu links plus new `/-/write?database=foo` parameter. [#5](https://github.com/simonw/datasette-write/issues/5) - Menu links plus new `/-/write?database=foo` parameter. [#5](https://github.com/simonw/datasette-write/issues/5) - Tables and views are now shown on the `/-/write` page - `alter`, `create` and `drop` queries now show a more meaningful completion message. [#3](https://github.com/simonw/datasette-write/issues/3) datasette-write 275711254   1

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