books
2 rows
This data as json, CSV (advanced)
| id ▼ | name | author | up_to_page | notes | rating |
|---|---|---|---|---|---|
| None | test name | test author | 50 | no notes | 5 |
| None | another test book | test author | 150 | no notes | 2 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [books] ( [id] TEXT PRIMARY KEY, [name] TEXT, [author] TEXT, [up_to_page] TEXT, [notes] TEXT, [rating] TEXT );