home / metayaml

Menu
  • GraphQL API

paths_to_entries

Table actions
  • GraphQL API for paths_to_entries

5 rows where entry_id = 1973744

✎ View and edit SQL

This data as json, CSV (advanced)

Link path_id entry_id
16709,1973744 main/linux-64/neo4j-python-driver-4.4.0-py38h7f8727e_0.conda 16709 1973744 1973744
68364,1973744 main/osx-arm64/neo4j-python-driver-4.4.0-py38h1a28f6b_0.conda 68364 1973744 1973744
88816,1973744 main/osx-64/neo4j-python-driver-4.4.0-py38hca72f7f_0.conda 88816 1973744 1973744
126218,1973744 main/linux-aarch64/neo4j-python-driver-4.4.0-py38h2f4d8fa_0.conda 126218 1973744 1973744
140449,1973744 main/linux-ppc64le/neo4j-python-driver-4.4.0-py38h140841e_0.conda 140449 1973744 1973744

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