home / metayaml

Menu
  • GraphQL API

paths_to_entries

Table actions
  • GraphQL API for paths_to_entries

29 rows where entry_id = 3283922

✎ View and edit SQL

This data as json, CSV (advanced)

Link path_id entry_id
21531,3283922 main/linux-64/protobuf-3.19.1-py37h295c915_0.conda 21531 3283922 3283922
21535,3283922 main/linux-64/protobuf-3.19.6-py37h6a678d5_0.conda 21535 3283922 3283922
21539,3283922 main/linux-64/protobuf-3.20.1-py37h295c915_0.conda 21539 3283922 3283922
21544,3283922 main/linux-64/protobuf-3.20.3-py37h6a678d5_0.conda 21544 3283922 3283922
21558,3283922 main/linux-64/protobuf-3.5.2-py37hf484d3e_1.conda 21558 3283922 3283922
21562,3283922 main/linux-64/protobuf-3.6.0-py37hf484d3e_0.conda 21562 3283922 3283922
21565,3283922 main/linux-64/protobuf-3.6.1-py37he6710b0_0.conda 21565 3283922 3283922
93601,3283922 main/osx-64/protobuf-3.19.1-py37he9d5cce_0.conda 93601 3283922 3283922
93605,3283922 main/osx-64/protobuf-3.19.6-py37hcec6c5f_0.conda 93605 3283922 3283922
93609,3283922 main/osx-64/protobuf-3.20.1-py37he9d5cce_0.conda 93609 3283922 3283922
93614,3283922 main/osx-64/protobuf-3.20.3-py37hcec6c5f_0.conda 93614 3283922 3283922
93628,3283922 main/osx-64/protobuf-3.5.2-py37h0a44026_1.conda 93628 3283922 3283922
93632,3283922 main/osx-64/protobuf-3.6.0-py37h0a44026_0.conda 93632 3283922 3283922
93635,3283922 main/osx-64/protobuf-3.6.1-py37h0a44026_0.conda 93635 3283922 3283922
116248,3283922 main/linux-32/protobuf-3.5.2-py37hf484d3e_1.conda 116248 3283922 3283922
116252,3283922 main/linux-32/protobuf-3.6.0-py37hf484d3e_0.conda 116252 3283922 3283922
116255,3283922 main/linux-32/protobuf-3.6.1-py37he6710b0_0.conda 116255 3283922 3283922
127581,3283922 main/linux-aarch64/protobuf-3.19.1-py37h22f4aa5_0.conda 127581 3283922 3283922
127585,3283922 main/linux-aarch64/protobuf-3.19.6-py37h419075a_0.conda 127585 3283922 3283922
127589,3283922 main/linux-aarch64/protobuf-3.20.1-py37h22f4aa5_0.conda 127589 3283922 3283922
127594,3283922 main/linux-aarch64/protobuf-3.20.3-py37h419075a_0.conda 127594 3283922 3283922
142472,3283922 main/linux-ppc64le/protobuf-3.19.1-py37h29c3540_0.conda 142472 3283922 3283922
142476,3283922 main/linux-ppc64le/protobuf-3.19.6-py37h4a02239_0.conda 142476 3283922 3283922
142480,3283922 main/linux-ppc64le/protobuf-3.20.1-py37h29c3540_0.conda 142480 3283922 3283922
142485,3283922 main/linux-ppc64le/protobuf-3.20.3-py37h4a02239_0.conda 142485 3283922 3283922
153407,3283922 main/linux-s390x/protobuf-3.19.1-py37hd8db5ea_0.conda 153407 3283922 3283922
153411,3283922 main/linux-s390x/protobuf-3.19.6-py37hb314cc7_0.conda 153411 3283922 3283922
153415,3283922 main/linux-s390x/protobuf-3.20.1-py37hd8db5ea_0.conda 153415 3283922 3283922
153420,3283922 main/linux-s390x/protobuf-3.20.3-py37hb314cc7_0.conda 153420 3283922 3283922

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