home / github

Menu
  • GraphQL API

tags

Table actions
  • GraphQL API for tags

0 rows where repo = 557226730

✎ View and edit SQL

This data as json

0 records

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