home / github

Menu
  • Search all tables
  • GraphQL API

tags

Table actions
  • GraphQL API for tags

0 rows where repo = 483327636

✖
✖

✎ 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 8.331ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows