home / fixtures

Menu
  • GraphQL API

repos

Table actions
  • GraphQL API for repos

1 row where owner = 1

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tags (array)

id ▼ full_name name owner license tags
2 cleopaws/dogspotter dogspotter cleopaws 1 MIT mit ["dogs"]

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [repos] (
   [id] INTEGER PRIMARY KEY,
   [full_name] TEXT,
   [name] TEXT,
   [owner] INTEGER REFERENCES [users]([id]),
   [license] TEXT REFERENCES [licenses]([$key]),
   [tags] TEXT
);
Powered by Datasette · Queries took 2697.584ms · About: simonw/datasette-graphql