- Goodreads: What books did I read last week and last month?
- I occasionally want to look in Goodreads for what I read last month or last week, and that currently means sorting by date read and counting down to the beginning and end of the period in question. This Python script will do that search on an exported Goodreads csv file.
- Maven: SQLite front end
- Cutedge has a SQLite3 front-end that almost works.
- Use LIKE to find duplicate strings in SQLite
- SQLite is case sensitive with strings—but not if you use LIKE.
More Information
- SQLite
- “SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain.”