home / metayaml

Menu
  • GraphQL API

paths_to_entries

Table actions
  • GraphQL API for paths_to_entries

7 rows where entry_id = 1970348

✎ View and edit SQL

This data as json, CSV (advanced)

Link path_id entry_id
16691,1970348 main/linux-64/neo4j-python-driver-4.2.0-py38h27cfd23_0.conda 16691 1970348 1970348
16694,1970348 main/linux-64/neo4j-python-driver-4.2.1-py38h27cfd23_0.conda 16694 1970348 1970348
88798,1970348 main/osx-64/neo4j-python-driver-4.2.0-py38h9ed2024_0.conda 88798 1970348 1970348
88801,1970348 main/osx-64/neo4j-python-driver-4.2.1-py38h9ed2024_0.conda 88801 1970348 1970348
126213,1970348 main/linux-aarch64/neo4j-python-driver-4.2.1-py38h2f4d8fa_0.conda 126213 1970348 1970348
140431,1970348 main/linux-ppc64le/neo4j-python-driver-4.2.0-py38h140841e_0.conda 140431 1970348 1970348
140434,1970348 main/linux-ppc64le/neo4j-python-driver-4.2.1-py38h140841e_0.conda 140434 1970348 1970348

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