books_tags
0 rows where books_id = "alan-bennett/the-uncommon-reader"
This data as json
0 records
CREATE TABLE [books_tags] ( [tags_id] TEXT REFERENCES [tags]([id]), [books_id] TEXT REFERENCES [books]([id]), PRIMARY KEY ([books_id], [tags_id]) );