home / github

Menu
  • Search all tables
  • GraphQL API

dependents

Table actions
  • GraphQL API for dependents

1 row where dependent = 345215500

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: first_seen_utc (date)

Link repo dependent first_seen_utc
140912432,345215500 sqlite-utils 140912432 toggl-to-sqlite 345215500 2021-03-08T00:48:43.781442

Advanced export

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

CSV options:

CREATE TABLE [dependents] (
   [repo] INTEGER REFERENCES [repos]([id]),
   [dependent] INTEGER REFERENCES [repos]([id]),
   [first_seen_utc] TEXT,
   PRIMARY KEY ([repo], [dependent])
);
CREATE INDEX [idx_dependents_dependent]
                ON [dependents] ([dependent]);
CREATE INDEX [idx_dependents_repo]
                ON [dependents] ([repo]);
Powered by Datasette · Queries took 10.995ms · About: github-to-sqlite