reading_log
Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam
2 rows
This data as json, CSV (advanced)
Suggested facets: date (date)
| id ▼ | date | title | author | type | minutes |
|---|---|---|---|---|---|
| 1 | 2025-08-08 | Pride and Prejudice | Jane Austen | Book | 40 |
| 2 | 2025-08-08 | The Cathedral and the Bazaar | Eric S. Raymond | Essay | 30 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE reading_log ( id INTEGER PRIMARY KEY AUTOINCREMENT, date TEXT, title TEXT NOT NULL, author TEXT, type TEXT, minutes INTEGER );