releases

1 row where "published_at" is on date 2019-10-17

View and edit SQL

published_at (date)

  • 2019-10-17 · 1
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
20783590 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.12 MDc6UmVsZWFzZTIwNzgzNTkw 0.12 master 0.12 0 simonw 9599 0 2019-10-17T17:57:33Z 2019-10-17T18:00:28Z [] * The `source` column for a tweet is now a foreign key to a new `sources` table - #12 * New migrations system to upgrade existing databases to handle the new `source` column extraction - #23 * Experimental implementation of new `twitter-to-sqlite search tweets.db search-term` command, which runs a search and saves the tweets from that search - #3 * Fixed bug where sometimes a user record for the authenticated user was not persisted to the `users` table twitter-to-sqlite 206156866

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