home / metayaml

Menu
  • GraphQL API

paths_to_entries

Table actions
  • GraphQL API for paths_to_entries

10 rows where entry_id = 1969930

✎ View and edit SQL

This data as json, CSV (advanced)

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

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