home / github

Menu
  • GraphQL API

tags

Table actions
  • GraphQL API for tags

1 row where repo = 611552758

✎ View and edit SQL

This data as json, CSV (advanced)

Link repo name sha
611552758,0.1 apple-notes-to-sqlite 611552758 0.1 193138be32043534891d3cd74b6d699c665f4586

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