home / metayaml

Menu
  • GraphQL API

paths_to_entries

Table actions
  • GraphQL API for paths_to_entries

9 rows where entry_id = 1972786

✎ View and edit SQL

This data as json, CSV (advanced)

Link path_id entry_id
16704,1972786 main/linux-64/neo4j-python-driver-4.3.4-py38h7f8727e_0.conda 16704 1972786 1972786
16709,1972786 main/linux-64/neo4j-python-driver-4.4.0-py38h7f8727e_0.conda 16709 1972786 1972786
68360,1972786 main/osx-arm64/neo4j-python-driver-4.3.4-py38h1a28f6b_0.conda 68360 1972786 1972786
68364,1972786 main/osx-arm64/neo4j-python-driver-4.4.0-py38h1a28f6b_0.conda 68364 1972786 1972786
88811,1972786 main/osx-64/neo4j-python-driver-4.3.4-py38h9ed2024_0.conda 88811 1972786 1972786
88816,1972786 main/osx-64/neo4j-python-driver-4.4.0-py38hca72f7f_0.conda 88816 1972786 1972786
126218,1972786 main/linux-aarch64/neo4j-python-driver-4.4.0-py38h2f4d8fa_0.conda 126218 1972786 1972786
140444,1972786 main/linux-ppc64le/neo4j-python-driver-4.3.4-py38h140841e_0.conda 140444 1972786 1972786
140449,1972786 main/linux-ppc64le/neo4j-python-driver-4.4.0-py38h140841e_0.conda 140449 1972786 1972786

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