home / github

Menu
  • GraphQL API

tags

Table actions
  • GraphQL API for tags

7 rows where repo = 205429375

✎ View and edit SQL

This data as json, CSV (advanced)

Link repo name sha
205429375,0.1 swarm-to-sqlite 205429375 0.1 c8246218c074d4a53394de9d364eb6c21b245104
205429375,0.2 swarm-to-sqlite 205429375 0.2 2cc11a9e551daa588c962dda70053827c7f971cf
205429375,0.3 swarm-to-sqlite 205429375 0.3 dfb6826524f41b3a5f8140e6d36d7077ccd10421
205429375,0.3.1 swarm-to-sqlite 205429375 0.3.1 c91677ee74c574f0fb0826846bdbb3117a3e2552
205429375,0.3.2 swarm-to-sqlite 205429375 0.3.2 d41cc075afb720150e7f4f2df50a6861a9a09d2b
205429375,0.3.3 swarm-to-sqlite 205429375 0.3.3 719b6e96a016d0ca8b316d3bed9c2a7a0cb499ee
205429375,0.3.4 swarm-to-sqlite 205429375 0.3.4 e6c0f4b08964ecdd77ed5afc77c18c9641f34c24

Advanced export

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

CSV options:

CREATE TABLE [tags] (
   [repo] INTEGER REFERENCES [repos]([id]),
   [name] TEXT,
   [sha] TEXT,
   PRIMARY KEY ([repo], [name])
);
CREATE INDEX [idx_tags_repo]
                ON [tags] ([repo]);
Powered by Datasette · Queries took 8.731ms · About: simonw/datasette-graphql