home

goodreads-to-sqlite

This is the export of my Goodreads profile using goodreads-to-sqlite with the scraping option turned on.

Custom SQL query

Queries

  • Pages per year
  • Books per year
  • Pages per author

Tables

authors

id, name

834 rows

books

id, state, review, last_date, title, spine_color, isbn10, isbn13, source, series, series_position, publication_year, cover_image_url, pages, goodreads_id, rating, did_not_finish

1,522 rows

dates_read

id, date, book_id

1,121 rows

tags

id, tag

48 rows

authors_books (hidden)

authors_id, books_id

1,522 rows

books_tags (hidden)

tags_id, books_id

3,271 rows

Powered by Datasette · Queries took 17.345ms