home / github

Menu
  • GraphQL API

tags

Table actions
  • GraphQL API for tags

1 row where repo = 209590345

✎ View and edit SQL

This data as json, CSV (advanced)

Link repo name sha
209590345,0.1 genome-to-sqlite 209590345 0.1 6894c8bc767b4c0375ddb8b2f0d2fed857667ff5

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