home / train

file

9 rows where patch_id = 2558

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
12979 2558 2558 app/src/components/SXSentenceSelector.vue
12980 2558 2558 app/src/components/SXTranslationSelector.vue
12981 2558 2558 app/src/store/modules/mediawiki.js
12982 2558 2558 app/src/wiki/cx/api/translator.js
12983 2558 2558 app/src/wiki/cx/models/sectionSentence.js
12984 2558 2558 app/src/wiki/mw/models/mtProviderGroup.js
12985 2558 2558 extension.json
12986 2558 2558 i18n/en.json
12987 2558 2558 i18n/qqq.json

Advanced export

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

CSV options:

CREATE TABLE file (
            id INTEGER PRIMARY KEY,
            patch_id INTEGER NOT NULL,
            filename INTEGER NOT NULL,
            FOREIGN KEY(patch_id) REFERENCES patch(id)
        );
CREATE INDEX file_patch_id ON file(patch_id);
Powered by Datasette · Queries took 496.829ms