home / metayaml

Menu
  • GraphQL API

paths_to_entries

Table actions
  • GraphQL API for paths_to_entries

26 rows where entry_id = 4997044

✎ View and edit SQL

This data as json, CSV (advanced)

Link path_id entry_id
28726,4997044 main/linux-64/spacy-2.0.10-py36h637b7d7_0.conda 28726 4997044 4997044
28731,4997044 main/linux-64/spacy-2.0.11-py36h04863e7_1.conda 28731 4997044 4997044
28732,4997044 main/linux-64/spacy-2.0.11-py36h04863e7_2.conda 28732 4997044 4997044
28733,4997044 main/linux-64/spacy-2.0.11-py36h637b7d7_0.conda 28733 4997044 4997044
28738,4997044 main/linux-64/spacy-2.0.12-py36h962f231_0.conda 28738 4997044 4997044
28741,4997044 main/linux-64/spacy-2.0.16-py36h962f231_0.conda 28741 4997044 4997044
28749,4997044 main/linux-64/spacy-2.0.9-py36h637b7d7_0.conda 28749 4997044 4997044
28750,4997044 main/linux-64/spacy-2.3.1-py36hfd86e86_0.conda 28750 4997044 4997044
28753,4997044 main/linux-64/spacy-2.3.2-py36hfd86e86_0.conda 28753 4997044 4997044
28756,4997044 main/linux-64/spacy-2.3.5-py36hff7bd54_0.conda 28756 4997044 4997044
100477,4997044 main/osx-64/spacy-2.0.10-py36h1702cab_0.conda 100477 4997044 4997044
100482,4997044 main/osx-64/spacy-2.0.11-py36h1702cab_0.conda 100482 4997044 4997044
100483,4997044 main/osx-64/spacy-2.0.11-py36h6440ff4_1.conda 100483 4997044 4997044
100484,4997044 main/osx-64/spacy-2.0.11-py36h6440ff4_2.conda 100484 4997044 4997044
100489,4997044 main/osx-64/spacy-2.0.12-py36h6440ff4_0.conda 100489 4997044 4997044
100492,4997044 main/osx-64/spacy-2.0.16-py36h6440ff4_0.conda 100492 4997044 4997044
100500,4997044 main/osx-64/spacy-2.0.9-py36h1702cab_0.conda 100500 4997044 4997044
100501,4997044 main/osx-64/spacy-2.3.1-py36h879752b_0.conda 100501 4997044 4997044
100504,4997044 main/osx-64/spacy-2.3.2-py36h879752b_0.conda 100504 4997044 4997044
100507,4997044 main/osx-64/spacy-2.3.5-py36hf7b0b51_0.conda 100507 4997044 4997044
118725,4997044 main/linux-32/spacy-2.0.10-py36h637b7d7_0.conda 118725 4997044 4997044
118729,4997044 main/linux-32/spacy-2.0.11-py36h04863e7_2.conda 118729 4997044 4997044
118730,4997044 main/linux-32/spacy-2.0.11-py36h637b7d7_0.conda 118730 4997044 4997044
118734,4997044 main/linux-32/spacy-2.0.12-py36h962f231_0.conda 118734 4997044 4997044
118737,4997044 main/linux-32/spacy-2.0.16-py36h962f231_0.conda 118737 4997044 4997044
118744,4997044 main/linux-32/spacy-2.0.9-py36h637b7d7_0.conda 118744 4997044 4997044

Advanced export

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

CSV options:

CREATE TABLE paths_to_entries (
	path_id INTEGER NOT NULL, 
	entry_id INTEGER NOT NULL, 
	PRIMARY KEY (path_id, entry_id), 
	FOREIGN KEY(path_id) REFERENCES paths (id), 
	FOREIGN KEY(entry_id) REFERENCES paths_entries (id)
);
CREATE INDEX ix_paths_to_entries_entry_id ON paths_to_entries (entry_id);
Powered by Datasette · Queries took 13.614ms