home / metayaml

Menu
  • GraphQL API

stat

Table actions
  • GraphQL API for stat

✎ View and edit SQL

This data as json

0 records

CREATE TABLE stat (
                stage TEXT NOT NULL DEFAULT 'indexed',
                path TEXT NOT NULL,
                mtime NUMBER,
                size INTEGER,
                sha256 TEXT,
                md5 TEXT,
                last_modified TEXT,
                etag TEXT
            );
CREATE UNIQUE INDEX idx_stat ON stat (path, stage);
CREATE INDEX idx_stat_stage ON stat (stage, path);
Powered by Datasette · Queries took 8.352ms