home / content

releases

3 rows where repo = 489156146

✎ 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
67029098 https://github.com/simonw/datasette-upload-dbs/releases/tag/0.1 simonw 9599 RE_kwDOHSfuMs4D_shq 0.1 main 0.1 0 0 2022-05-17T03:05:00Z 2022-05-17T03:06:55Z - Initial release. Authorized users can upload new SQLite database files to Datasette - they will be stored, served and will persist across server restarts. [#1](https://github.com/simonw/datasette-upload-dbs/issues/1) datasette-upload-dbs 489156146    
67030605 https://github.com/simonw/datasette-upload-dbs/releases/tag/0.1.1 simonw 9599 RE_kwDOHSfuMs4D_s5N 0.1.1 main 0.1.1 0 0 2022-05-17T03:51:19Z 2022-05-17T03:52:31Z - Fixed bug where file name field continued to be displayed during the upload. [#3](https://github.com/simonw/datasette-upload-dbs/issues/3) - Fixed bug where errors displayed using JavaScript did not provide an easy path to trying the upload again. [#4](https://github.com/simonw/datasette-upload-dbs/issues/4) datasette-upload-dbs 489156146    
76733441 https://github.com/simonw/datasette-upload-dbs/releases/tag/0.1.2 simonw 9599 RE_kwDOHSfuMs4EktwB 0.1.2 main 0.1.2 0 0 2022-09-09T15:57:58Z 2022-09-09T15:58:38Z - Uploaded databases are now treated as mutable - previously they were incorrectly configured to be immutable. [#6](https://github.com/simonw/datasette-upload-dbs/issues/6) datasette-upload-dbs 489156146    

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