home / metayaml

Menu
  • GraphQL API

paths_to_entries

Table actions
  • GraphQL API for paths_to_entries

28 rows where entry_id = 3279788

✎ View and edit SQL

This data as json, CSV (advanced)

Link path_id entry_id
21495,3279788 main/linux-64/protobuf-3.10.1-py37he6710b0_0.conda 21495 3279788 3279788
21499,3279788 main/linux-64/protobuf-3.11.2-py37he6710b0_0.conda 21499 3279788 3279788
21502,3279788 main/linux-64/protobuf-3.11.3-py37he6710b0_0.conda 21502 3279788 3279788
21505,3279788 main/linux-64/protobuf-3.11.4-py37he6710b0_0.conda 21505 3279788 3279788
21558,3279788 main/linux-64/protobuf-3.5.2-py37hf484d3e_1.conda 21558 3279788 3279788
21562,3279788 main/linux-64/protobuf-3.6.0-py37hf484d3e_0.conda 21562 3279788 3279788
21565,3279788 main/linux-64/protobuf-3.6.1-py37he6710b0_0.conda 21565 3279788 3279788
21568,3279788 main/linux-64/protobuf-3.7.1-py37he6710b0_0.conda 21568 3279788 3279788
21571,3279788 main/linux-64/protobuf-3.8.0-py37he6710b0_0.conda 21571 3279788 3279788
21574,3279788 main/linux-64/protobuf-3.9.2-py37he6710b0_0.conda 21574 3279788 3279788
93566,3279788 main/osx-64/protobuf-3.10.1-py37h0a44026_0.conda 93566 3279788 3279788
93570,3279788 main/osx-64/protobuf-3.11.2-py37h0a44026_0.conda 93570 3279788 3279788
93573,3279788 main/osx-64/protobuf-3.11.3-py37h0a44026_0.conda 93573 3279788 3279788
93576,3279788 main/osx-64/protobuf-3.11.4-py37h0a44026_0.conda 93576 3279788 3279788
93628,3279788 main/osx-64/protobuf-3.5.2-py37h0a44026_1.conda 93628 3279788 3279788
93632,3279788 main/osx-64/protobuf-3.6.0-py37h0a44026_0.conda 93632 3279788 3279788
93635,3279788 main/osx-64/protobuf-3.6.1-py37h0a44026_0.conda 93635 3279788 3279788
93638,3279788 main/osx-64/protobuf-3.7.1-py37h0a44026_0.conda 93638 3279788 3279788
93641,3279788 main/osx-64/protobuf-3.8.0-py37h0a44026_0.conda 93641 3279788 3279788
93644,3279788 main/osx-64/protobuf-3.9.2-py37h0a44026_0.conda 93644 3279788 3279788
116248,3279788 main/linux-32/protobuf-3.5.2-py37hf484d3e_1.conda 116248 3279788 3279788
116252,3279788 main/linux-32/protobuf-3.6.0-py37hf484d3e_0.conda 116252 3279788 3279788
116255,3279788 main/linux-32/protobuf-3.6.1-py37he6710b0_0.conda 116255 3279788 3279788
142448,3279788 main/linux-ppc64le/protobuf-3.11.2-py37he6710b0_0.conda 142448 3279788 3279788
142451,3279788 main/linux-ppc64le/protobuf-3.11.3-py37he6710b0_0.conda 142451 3279788 3279788
142454,3279788 main/linux-ppc64le/protobuf-3.11.4-py37he6710b0_0.conda 142454 3279788 3279788
142491,3279788 main/linux-ppc64le/protobuf-3.8.0-py37he6710b0_0.conda 142491 3279788 3279788
142494,3279788 main/linux-ppc64le/protobuf-3.9.2-py37he6710b0_0.conda 142494 3279788 3279788

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 39.819ms