home / media

actress_aliases

4 rows where a_uid = "a_sxden"

This data as json, CSV (advanced)

Suggested facets: alias

Link a_uid aliasKey alias
domotohuwari,a_sxden Doumotofuwari a_sxden domotohuwari Doumotofuwari
doumotofuwari,a_sxden Doumotofuwari a_sxden doumotofuwari Doumotofuwari
どうもとふわり,a_sxden Doumotofuwari a_sxden どうもとふわり どうもとふわり
堂元ふわり,a_sxden Doumotofuwari a_sxden 堂元ふわり 堂元ふわり

Advanced export

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

CSV options:

CREATE TABLE actress_aliases (
  a_uid    TEXT NOT NULL REFERENCES actresses(uid) ON DELETE CASCADE,
  aliasKey TEXT NOT NULL,
  alias    TEXT NOT NULL,
  PRIMARY KEY (aliasKey, a_uid)
);
CREATE INDEX idx_actress_aliases_uid ON actress_aliases(a_uid);
Powered by Datasette · Queries took 3.026ms