home / watch

profiles

3 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: color

id ▼ pseudo pin_hash color created_at
0e710625 Le 52 2cafc52efb229ca476ae24476eb38562125ec879cd99421aedb87c758732d2db #ff6b9d 1771792894
44372154 Bochelly 9301c3b5c71b6f365426116b6f376c601aa54bc11370b8629acf3427309e94b9 #e87c26 1771733015
eb64543e Léo la meilleure ❤️ 384e46d87a534278adcab57073576c691006c468103342ad1373c1d393f44cda #ff6b9d 1771799532

Advanced export

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

CSV options:

CREATE TABLE profiles (
    id         TEXT PRIMARY KEY,
    pseudo     TEXT NOT NULL,
    pin_hash   TEXT NOT NULL,
    color      TEXT NOT NULL,
    created_at INTEGER NOT NULL
  );
Powered by Datasette · Queries took 24.423ms