home / metayaml

Menu
  • GraphQL API

repodata

Table actions
  • GraphQL API for repodata

✎ View and edit SQL

This data as json

0 records

CREATE TABLE repodata (
	id INTEGER NOT NULL, 
	url TEXT NOT NULL, 
	channel_subdir TEXT NOT NULL, 
	repodata_json JSON NOT NULL, 
	timestamp TIMESTAMP DEFAULT (CURRENT_TIMESTAMP), 
	PRIMARY KEY (id), 
	UNIQUE (url)
);
Powered by Datasette · Queries took 10.57ms