books
2 rows
This data as json, CSV (advanced)
Suggested facets: completedDate (date), createdAt (date), updatedAt (date)
id ▼ | title | author | poster | description | notes | year | genre | completedDate | loved | createdAt | updatedAt |
---|---|---|---|---|---|---|---|---|---|---|---|
9 | The Alchemist | Paulo Coelho | https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1654371463i/18144590.jpg | Santiago, a young shepherd living in the hills of Andalucia, feels that there is more to life than his humble home and his flock. One day he finds the courage to follow his dreams into distant lands, each step galvanised by the knowledge that he is following the right path: his own. The people he meets along the way, the things he sees and the wisdom he learns are life-changing. | 2015 | Fiction | 2015-05-05T23:00:00.000Z | 1 | 2024-10-22T14:51:01.750Z | 2024-10-22T14:51:01.750Z | |
11 | Atomic Habits | James Clear | https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1655988385i/40121378.jpg | No matter your goals, Atomic Habits offers a proven framework for improving—every day. James Clear, one of the world's leading experts on habit formation, reveals practical strategies that will teach you exactly how to form good habits, break bad ones, and master the tiny behaviors that lead to remarkable results. | Atomic Habits | 2018 | Personal Development | 2023-02-08T00:00:00.000Z | 1 | 2024-10-22T14:53:34.755Z | 2024-10-22T14:53:34.755Z |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [books] ( [id] INTEGER PRIMARY KEY, [title] TEXT, [author] TEXT, [poster] TEXT, [description] TEXT, [notes] TEXT, [year] INTEGER, [genre] TEXT, [completedDate] TEXT, [loved] INTEGER, [createdAt] TEXT, [updatedAt] TEXT );