home / github

Menu
  • GraphQL API

tags

Table actions
  • GraphQL API for tags

3 rows where repo = 206202864

✎ View and edit SQL

This data as json, CSV (advanced)

Link repo name sha
206202864,0.1a inaturalist-to-sqlite 206202864 0.1a ce55b96ebeee79275307a406cd1ae88e511e147c
206202864,0.2 inaturalist-to-sqlite 206202864 0.2 7d5f3480dc7022212d5fdcdeb9f3acf2744c4405
206202864,0.2.1 inaturalist-to-sqlite 206202864 0.2.1 d888c7c2f02aa0dfb1559603f02357cd0089da11

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