authors_books
1 row where authors_id = "bram-stoker"
This data as json, CSV (advanced)
Link | authors_id | books_id |
---|---|---|
bram-stoker,bram-stoker/dracula | Bram Stoker bram-stoker | Dracula bram-stoker/dracula |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [authors_books] ( [authors_id] TEXT REFERENCES [authors]([id]), [books_id] TEXT REFERENCES [books]([id]), PRIMARY KEY ([authors_id], [books_id]) );