home / books

books_tags

11 rows where tags_id = "aurealis-award-nominee"

✎ View and edit SQL

This data as json, CSV (advanced)

Link tags_id books_id
daniel-omalley/the-rook,aurealis-award-nominee aurealis-award-nominee The Rook daniel-omalley/the-rook
garth-nix/abhorsen,aurealis-award-nominee aurealis-award-nominee Abhorsen garth-nix/abhorsen
garth-nix/lirael,aurealis-award-nominee aurealis-award-nominee Lirael garth-nix/lirael
garth-nix/sabriel,aurealis-award-nominee aurealis-award-nominee Sabriel garth-nix/sabriel
greg-egan/diaspora,aurealis-award-nominee aurealis-award-nominee Diaspora greg-egan/diaspora
greg-egan/distress,aurealis-award-nominee aurealis-award-nominee Distress greg-egan/distress
jay-kristoff/godsgrave,aurealis-award-nominee aurealis-award-nominee Godsgrave jay-kristoff/godsgrave
jay-kristoff/nevernight,aurealis-award-nominee aurealis-award-nominee Nevernight jay-kristoff/nevernight
lian-hearn/the-harsh-cry-of-the-heron,aurealis-award-nominee aurealis-award-nominee Der Ruf des Reihers lian-hearn/the-harsh-cry-of-the-heron
max-barry/lexicon,aurealis-award-nominee aurealis-award-nominee Lexicon max-barry/lexicon
sam-hawke/city-of-lies,aurealis-award-nominee aurealis-award-nominee City of Lies sam-hawke/city-of-lies

Advanced export

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

CSV options:

CREATE TABLE [books_tags] (
   [tags_id] TEXT REFERENCES [tags]([id]),
   [books_id] TEXT REFERENCES [books]([id]),
   PRIMARY KEY ([books_id], [tags_id])
);
Powered by Datasette · Queries took 14.505ms