home / metayaml

Menu
  • GraphQL API

paths_to_entries

Table actions
  • GraphQL API for paths_to_entries

9 rows where entry_id = 3286560

✎ View and edit SQL

This data as json, CSV (advanced)

Link path_id entry_id
21558,3286560 main/linux-64/protobuf-3.5.2-py37hf484d3e_1.conda 21558 3286560 3286560
21562,3286560 main/linux-64/protobuf-3.6.0-py37hf484d3e_0.conda 21562 3286560 3286560
21565,3286560 main/linux-64/protobuf-3.6.1-py37he6710b0_0.conda 21565 3286560 3286560
93628,3286560 main/osx-64/protobuf-3.5.2-py37h0a44026_1.conda 93628 3286560 3286560
93632,3286560 main/osx-64/protobuf-3.6.0-py37h0a44026_0.conda 93632 3286560 3286560
93635,3286560 main/osx-64/protobuf-3.6.1-py37h0a44026_0.conda 93635 3286560 3286560
116248,3286560 main/linux-32/protobuf-3.5.2-py37hf484d3e_1.conda 116248 3286560 3286560
116252,3286560 main/linux-32/protobuf-3.6.0-py37hf484d3e_0.conda 116252 3286560 3286560
116255,3286560 main/linux-32/protobuf-3.6.1-py37he6710b0_0.conda 116255 3286560 3286560

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.011ms