home / combat-reptile_dump_2023-06-27

Menu
  • Sign in with GitHub

participants

2 rows where gid = "f909571e-a91e-4606-821e-b77720d73065"

This data as json, CSV (advanced)

Link rowid ▼ gid sid name won
296 296 f909571e-a91e-4606-821e-b77720d73065 gs_cBjBqh99d7mfJJYqCrcXkxfS Combat Reptile 1
297 297 f909571e-a91e-4606-821e-b77720d73065 gs_hmSHyxJVC6yJXwcW8gKCrWqW Pea Eater 0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE participants (
          gid TEXT NOT NULL REFERENCES games(gid),
          sid TEXT NOT NULL,
          name TEXT NOT NULL,
          won INTEGER NOT NULL
        );
CREATE INDEX index_gid ON participants(gid);
CREATE INDEX index_name ON participants(name);
Powered by Datasette · Queries took 5.376ms