home / metayaml

Menu
  • GraphQL API

paths_to_entries

Table actions
  • GraphQL API for paths_to_entries

9 rows where entry_id = 3286460

✎ View and edit SQL

This data as json, CSV (advanced)

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

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