Obskurnee is a companion for your Book Club that will help you decide on your book club's next read, along with a few other things. It's a web app you can host yourself.
Version 2.1 of csv-to-sqlite [https://pypi.org/project/csv-to-sqlite/] was just
released.
There are a few new things, suggested in GitHub
[https://github.com/zblesk/csv-to-sqlite] issues: you can now specify that
csv-to-sqlite is a command line tool that **takes CSV files and dumps their contents into a SQLite database**. The basic gist: for each file, the script creates a database table with the same name, tries to guess the data type, then copies all the data into the database.