home / metayaml

Menu
  • GraphQL API

paths_to_entries

Table actions
  • GraphQL API for paths_to_entries

10 rows where entry_id = 1970017

✎ View and edit SQL

This data as json, CSV (advanced)

Link path_id entry_id
16688,1970017 main/linux-64/neo4j-python-driver-4.1.1-py38h7b6447c_0.conda 16688 1970017 1970017
16691,1970017 main/linux-64/neo4j-python-driver-4.2.0-py38h27cfd23_0.conda 16691 1970017 1970017
16694,1970017 main/linux-64/neo4j-python-driver-4.2.1-py38h27cfd23_0.conda 16694 1970017 1970017
88795,1970017 main/osx-64/neo4j-python-driver-4.1.1-py38haf1e3a3_0.conda 88795 1970017 1970017
88798,1970017 main/osx-64/neo4j-python-driver-4.2.0-py38h9ed2024_0.conda 88798 1970017 1970017
88801,1970017 main/osx-64/neo4j-python-driver-4.2.1-py38h9ed2024_0.conda 88801 1970017 1970017
126213,1970017 main/linux-aarch64/neo4j-python-driver-4.2.1-py38h2f4d8fa_0.conda 126213 1970017 1970017
140428,1970017 main/linux-ppc64le/neo4j-python-driver-4.1.1-py38h7b6447c_0.conda 140428 1970017 1970017
140431,1970017 main/linux-ppc64le/neo4j-python-driver-4.2.0-py38h140841e_0.conda 140431 1970017 1970017
140434,1970017 main/linux-ppc64le/neo4j-python-driver-4.2.1-py38h140841e_0.conda 140434 1970017 1970017

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