home / _internal / metadata_resources

Menu
  • Log in

metadata_resources

✎ View and edit SQL

This data as json

0 records

CREATE TABLE metadata_resources (
    database_name text,
    resource_name text,
    key text,
    value text,
    unique(database_name, resource_name, key)
);
Powered by Datasette · Queries took 1.2ms