home / github

Menu
  • GraphQL API

tags

Table actions
  • GraphQL API for tags

5 rows where repo = 213286752

✎ View and edit SQL

This data as json, CSV (advanced)

Link repo name sha
213286752,0.1 pocket-to-sqlite 213286752 0.1 1143fcc20b253213925f84f3979a27c9834fbbac
213286752,0.2 pocket-to-sqlite 213286752 0.2 046ca380fd93f352da6e58139b96f2e4a365f53a
213286752,0.2.1 pocket-to-sqlite 213286752 0.2.1 b956a01464007fe227895fe6eb6c942ed71298c8
213286752,0.2.2 pocket-to-sqlite 213286752 0.2.2 452c4925a48819489c0598a0d1875c0e6e9ee962
213286752,0.2.3 pocket-to-sqlite 213286752 0.2.3 3a4d2bf8bfd3770d11a6bec50c11f9b7623808c5

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 9.763ms · About: simonw/datasette-graphql