home / history

Menu
  • GraphQL API

namespaces

Table actions
  • GraphQL API for namespaces

1 row

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ name
1 item

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [namespaces] (
   [id] INTEGER PRIMARY KEY,
   [name] TEXT
);
CREATE UNIQUE INDEX [idx_namespaces_name]
    ON [namespaces] ([name]);
Powered by Datasette · Queries took 4.975ms · About: simonw/scrape-huggingface-models