home / metayaml

Menu
  • GraphQL API

paths_to_entries

Table actions
  • GraphQL API for paths_to_entries

19 rows where entry_id = 3279803

✎ View and edit SQL

This data as json, CSV (advanced)

Link path_id entry_id
21495,3279803 main/linux-64/protobuf-3.10.1-py37he6710b0_0.conda 21495 3279803 3279803
21558,3279803 main/linux-64/protobuf-3.5.2-py37hf484d3e_1.conda 21558 3279803 3279803
21562,3279803 main/linux-64/protobuf-3.6.0-py37hf484d3e_0.conda 21562 3279803 3279803
21565,3279803 main/linux-64/protobuf-3.6.1-py37he6710b0_0.conda 21565 3279803 3279803
21568,3279803 main/linux-64/protobuf-3.7.1-py37he6710b0_0.conda 21568 3279803 3279803
21571,3279803 main/linux-64/protobuf-3.8.0-py37he6710b0_0.conda 21571 3279803 3279803
21574,3279803 main/linux-64/protobuf-3.9.2-py37he6710b0_0.conda 21574 3279803 3279803
93566,3279803 main/osx-64/protobuf-3.10.1-py37h0a44026_0.conda 93566 3279803 3279803
93628,3279803 main/osx-64/protobuf-3.5.2-py37h0a44026_1.conda 93628 3279803 3279803
93632,3279803 main/osx-64/protobuf-3.6.0-py37h0a44026_0.conda 93632 3279803 3279803
93635,3279803 main/osx-64/protobuf-3.6.1-py37h0a44026_0.conda 93635 3279803 3279803
93638,3279803 main/osx-64/protobuf-3.7.1-py37h0a44026_0.conda 93638 3279803 3279803
93641,3279803 main/osx-64/protobuf-3.8.0-py37h0a44026_0.conda 93641 3279803 3279803
93644,3279803 main/osx-64/protobuf-3.9.2-py37h0a44026_0.conda 93644 3279803 3279803
116248,3279803 main/linux-32/protobuf-3.5.2-py37hf484d3e_1.conda 116248 3279803 3279803
116252,3279803 main/linux-32/protobuf-3.6.0-py37hf484d3e_0.conda 116252 3279803 3279803
116255,3279803 main/linux-32/protobuf-3.6.1-py37he6710b0_0.conda 116255 3279803 3279803
142491,3279803 main/linux-ppc64le/protobuf-3.8.0-py37he6710b0_0.conda 142491 3279803 3279803
142494,3279803 main/linux-ppc64le/protobuf-3.9.2-py37he6710b0_0.conda 142494 3279803 3279803

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